Home
last modified time | relevance | path

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

/drivers/net/ethernet/brocade/bna/
Dbna_enet.c288 bna_rx_from_rid(bna, msghdr->enet_id, rx); in bna_msgq_rsp_handler()
294 bna_rx_from_rid(bna, msghdr->enet_id, rx); in bna_msgq_rsp_handler()
311 bna_rx_from_rid(bna, msghdr->enet_id, rx); in bna_msgq_rsp_handler()
317 bna_rx_from_rid(bna, msghdr->enet_id, rx); in bna_msgq_rsp_handler()
323 bna_rx_from_rid(bna, msghdr->enet_id, rx); in bna_msgq_rsp_handler()
Dbna.h342 #define bna_rx_from_rid(_bna, _rid, _rx) \ macro