Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/qlge/
H A Dqlge_main.c1990 struct qlge_ob_mac_iocb_rsp *mac_rsp) in qlge_process_mac_tx_intr() argument
1995 tx_ring = &qdev->tx_ring[mac_rsp->txq_idx]; in qlge_process_mac_tx_intr()
1996 tx_ring_desc = &tx_ring->q[mac_rsp->tid]; in qlge_process_mac_tx_intr()
2003 if (unlikely(mac_rsp->flags1 & (OB_MAC_IOCB_RSP_E | in qlge_process_mac_tx_intr()
2007 if (mac_rsp->flags1 & OB_MAC_IOCB_RSP_E) { in qlge_process_mac_tx_intr()
2011 if (mac_rsp->flags1 & OB_MAC_IOCB_RSP_S) { in qlge_process_mac_tx_intr()
2015 if (mac_rsp->flags1 & OB_MAC_IOCB_RSP_L) { in qlge_process_mac_tx_intr()
2019 if (mac_rsp->flags1 & OB_MAC_IOCB_RSP_B) { in qlge_process_mac_tx_intr()
/openbmc/linux/drivers/net/ethernet/qlogic/
H A Dqla3xxx.c1917 struct ob_mac_iocb_rsp *mac_rsp) in ql_process_mac_tx_intr() argument
1922 if (mac_rsp->flags & OB_MAC_IOCB_RSP_S) { in ql_process_mac_tx_intr()
1927 tx_cb = &qdev->tx_buf[mac_rsp->transaction_id]; in ql_process_mac_tx_intr()
1930 if (mac_rsp->flags & OB_MAC_IOCB_RSP_S) { in ql_process_mac_tx_intr()
1940 mac_rsp->transaction_id); in ql_process_mac_tx_intr()