Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dcommon.h195 #define RHF_RCV_TYPE_IB 2 /* normal IB, IB Raw, or IPv6 */ macro
H A Ddriver.c594 if (etype != RHF_RCV_TYPE_IB) in __prescan_rxq()
953 if (etype == RHF_RCV_TYPE_IB) { in __set_armed_to_active()
1859 if (etype > RHF_RCV_TYPE_IB) in seqfile_dump_rcd()
1888 [RHF_RCV_TYPE_IB] = process_receive_ib,
1899 [RHF_RCV_TYPE_IB] = hfi1_ipoib_ib_rcv,
H A Dtid_rdma.c2606 if (rcv_type >= RHF_RCV_TYPE_IB) in tid_rdma_tid_err()