Searched refs:INIT_ULPTX_WRH (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | offload.h | 38 #define INIT_ULPTX_WRH(w, wrlen, atomic, tid) do { \ macro 46 INIT_ULPTX_WRH(&((w)->wr), wrlen, atomic, tid)
|
H A D | t4_filter.c | 1781 INIT_ULPTX_WRH(wrh, wrlen, 0, 0); in mk_abort_rpl_ulp()
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_tls.c | 1121 INIT_ULPTX_WRH(wrh, len, 1, 0); /* atomic */ in tls_update_tcb()
|
H A D | t4_ddp.c | 602 INIT_ULPTX_WRH(wrh, wrlen, 1, 0); /* atomic */ in mk_rx_data_ack_ulp() 1260 INIT_ULPTX_WRH(wrh, len, 1, 0); /* atomic */ in set_ddp_ulp_mode()
|
H A D | t4_tom.c | 941 INIT_ULPTX_WRH(wrh, len, 1, 0); /* atomic */ in t4_pmtu_update()
|