Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbna_enet.c281 bna_rx_from_rid(bna, msghdr->enet_id, rx); in bna_msgq_rsp_handler()
287 bna_rx_from_rid(bna, msghdr->enet_id, rx); in bna_msgq_rsp_handler()
304 bna_rx_from_rid(bna, msghdr->enet_id, rx); in bna_msgq_rsp_handler()
310 bna_rx_from_rid(bna, msghdr->enet_id, rx); in bna_msgq_rsp_handler()
316 bna_rx_from_rid(bna, msghdr->enet_id, rx); in bna_msgq_rsp_handler()
H A Dbna.h215 #define bna_rx_from_rid(_bna, _rid, _rx) \ macro