Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbna_enet.c289 bna_rx_from_rid(bna, msghdr->enet_id, rx); in bna_msgq_rsp_handler()
295 bna_rx_from_rid(bna, msghdr->enet_id, rx); in bna_msgq_rsp_handler()
312 bna_rx_from_rid(bna, msghdr->enet_id, rx); in bna_msgq_rsp_handler()
318 bna_rx_from_rid(bna, msghdr->enet_id, rx); in bna_msgq_rsp_handler()
324 bna_rx_from_rid(bna, msghdr->enet_id, rx); in bna_msgq_rsp_handler()
Dbna.h223 #define bna_rx_from_rid(_bna, _rid, _rx) \ macro