Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qlogic/qlge/
Dqlge.h1201 #define IB_MAC_IOCB_RSP_DL 0x80 /* data is in large buffer */ macro
Dqlge_main.c1843 } else if (ib_mac_rsp->flags3 & IB_MAC_IOCB_RSP_DL) { in ql_build_rx_skb()
2078 } else if ((ib_mac_rsp->flags3 & IB_MAC_IOCB_RSP_DL) && in ql_process_mac_rx_intr()
2086 } else if (ib_mac_rsp->flags3 & IB_MAC_IOCB_RSP_DL) { in ql_process_mac_rx_intr()
Dqlge_dbg.c1970 ib_mac_rsp->flags3 & IB_MAC_IOCB_RSP_DL ? "DL " : ""); in ql_dump_ib_mac_rsp()