Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/qlge/
Dqlge_main.c1994 struct qlge_ob_mac_iocb_rsp *mac_rsp) in qlge_process_mac_tx_intr() argument
1999 tx_ring = &qdev->tx_ring[mac_rsp->txq_idx]; in qlge_process_mac_tx_intr()
2000 tx_ring_desc = &tx_ring->q[mac_rsp->tid]; in qlge_process_mac_tx_intr()
2007 if (unlikely(mac_rsp->flags1 & (OB_MAC_IOCB_RSP_E | in qlge_process_mac_tx_intr()
2011 if (mac_rsp->flags1 & OB_MAC_IOCB_RSP_E) { in qlge_process_mac_tx_intr()
2015 if (mac_rsp->flags1 & OB_MAC_IOCB_RSP_S) { in qlge_process_mac_tx_intr()
2019 if (mac_rsp->flags1 & OB_MAC_IOCB_RSP_L) { in qlge_process_mac_tx_intr()
2023 if (mac_rsp->flags1 & OB_MAC_IOCB_RSP_B) { in qlge_process_mac_tx_intr()
/Linux-v5.15/drivers/net/ethernet/qlogic/
Dqla3xxx.c1915 struct ob_mac_iocb_rsp *mac_rsp) in ql_process_mac_tx_intr() argument
1920 if (mac_rsp->flags & OB_MAC_IOCB_RSP_S) { in ql_process_mac_tx_intr()
1925 tx_cb = &qdev->tx_buf[mac_rsp->transaction_id]; in ql_process_mac_tx_intr()
1928 if (mac_rsp->flags & OB_MAC_IOCB_RSP_S) { in ql_process_mac_tx_intr()
1938 mac_rsp->transaction_id); in ql_process_mac_tx_intr()