Home
last modified time | relevance | path

Searched refs:gnt (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/bge/
H A Dif_bge.c5351 uint32_t bit, gnt, req, status; in bge_ape_lock() local
5360 gnt = BGE_APE_LOCK_GRANT; in bge_ape_lock()
5363 gnt = BGE_APE_PER_LOCK_GRANT; in bge_ape_lock()
5408 status = APE_READ_4(sc, gnt + off); in bge_ape_lock()
5418 locknum, req + off, bit & 0xFFFF, gnt + off, in bge_ape_lock()
5421 APE_WRITE_4(sc, gnt + off, bit); in bge_ape_lock()
5431 uint32_t bit, gnt; in bge_ape_unlock() local
5438 gnt = BGE_APE_LOCK_GRANT; in bge_ape_unlock()
5440 gnt = BGE_APE_PER_LOCK_GRANT; in bge_ape_unlock()
5475 APE_WRITE_4(sc, gnt + off, bit); in bge_ape_unlock()
/dragonfly/sys/dev/netif/bnx/
H A Dif_bnx.c6262 uint32_t bit, gnt, req, status; in bnx_ape_lock() local
6270 gnt = BGE_APE_PER_LOCK_GRANT; in bnx_ape_lock()
6316 status = APE_READ_4(sc, gnt + off); in bnx_ape_lock()
6326 locknum, req + off, bit & 0xFFFF, gnt + off, in bnx_ape_lock()
6329 APE_WRITE_4(sc, gnt + off, bit); in bnx_ape_lock()
6339 uint32_t bit, gnt; in bnx_ape_unlock() local
6345 gnt = BGE_APE_PER_LOCK_GRANT; in bnx_ape_unlock()
6382 APE_WRITE_4(sc, gnt + off, bit); in bnx_ape_unlock()