Home
last modified time | relevance | path

Searched refs:OPA_16B_L4_FM (Results 1 – 6 of 6) sorted by relevance

/drivers/infiniband/hw/hfi1/
Dtrace_ibhdrs.h172 if (__entry->l4 == OPA_16B_L4_FM) {
212 if (__entry->l4 != OPA_16B_L4_FM)
332 if (__entry->l4 == OPA_16B_L4_FM) {
381 if (__entry->l4 != OPA_16B_L4_FM)
Dtrace.c30 if (l4 == OPA_16B_L4_FM) { in __get_16b_hdr_len()
230 if (l4 == OPA_16B_L4_FM) in hfi1_trace_fmt_rest()
256 if (l4 == OPA_16B_L4_FM) { in parse_everbs_hdrs()
Dud.c410 l4 = OPA_16B_L4_FM; in hfi1_make_ud_req_16B()
849 if (likely(l4 != OPA_16B_L4_FM)) { in hfi1_ud_rcv()
893 if (unlikely(l4 != OPA_16B_L4_FM && in hfi1_ud_rcv()
Dverbs.c500 hfi1_16B_get_l4(packet->hdr) == OPA_16B_L4_FM) in hfi1_handle_packet()
1248 if (likely(l4 != OPA_16B_L4_FM)) in hfi1_verbs_send()
Dhfi.h402 #define OPA_16B_L4_FM 0x08 macro
Ddriver.c1570 } else if (l4 == OPA_16B_L4_FM) { in hfi1_setup_bypass_packet()