Searched refs:hfi1_16B_get_l2 (Results 1 – 3 of 3) sorted by relevance
186 __entry->l2 = hfi1_16B_get_l2(packet->hdr);
1602 if ((hfi1_16B_get_l2(packet->ebuf) == OPA_16B_L2_TYPE) && in hfi1_is_vnic_packet()1628 if (hfi1_16B_get_l2(packet->hdr) == 0x2) { in process_receive_bypass()
456 static inline u8 hfi1_16B_get_l2(struct hfi1_16b_header *hdr) in hfi1_16B_get_l2() function