Home
last modified time | relevance | path

Searched refs:IB_MAC_IOCB_RSP_DL (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/staging/qlge/
Dqlge_main.c1743 } else if (ib_mac_rsp->flags3 & IB_MAC_IOCB_RSP_DL) { in ql_build_rx_skb()
1972 } else if ((ib_mac_rsp->flags3 & IB_MAC_IOCB_RSP_DL) && in ql_process_mac_rx_intr()
1980 } else if (ib_mac_rsp->flags3 & IB_MAC_IOCB_RSP_DL) { in ql_process_mac_rx_intr()
Dqlge.h1208 #define IB_MAC_IOCB_RSP_DL 0x80 /* data is in large buffer */ macro
Dqlge_dbg.c1960 ib_mac_rsp->flags3 & IB_MAC_IOCB_RSP_DL ? "DL " : ""); in ql_dump_ib_mac_rsp()