Searched refs:wrh (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_tls.c | 1086 struct work_request_hdr *wrh; in mk_set_tcb_field_ulp() 1110 len = sizeof(*wrh) + fields * roundup2(LEN__SET_TCB_FIELD_ULP, 16); in mk_set_tcb_field_ulp() 1120 wrh = wrtod(wr); in tls_update_tcb() 1121 INIT_ULPTX_WRH(wrh, len, 1, 0); /* atomic */ in tls_update_tcb() local 1122 ulpmc = (struct ulp_txpkt *)(wrh + 1); in tls_update_tcb()
|
H A D | t4_ddp.c | 580 struct work_request_hdr *wrh; in mk_update_tcb_for_ddp() local 595 wrlen = sizeof(*wrh) + 3 * roundup2(LEN__SET_TCB_FIELD_ULP, 16) + in mk_update_tcb_for_ddp() 601 wrh = wrtod(wr); in mk_update_tcb_for_ddp() 602 INIT_ULPTX_WRH(wrh, wrlen, 1, 0); /* atomic */ in mk_update_tcb_for_ddp() 603 ulpmc = (struct ulp_txpkt *)(wrh + 1); in mk_update_tcb_for_ddp() 1229 struct work_request_hdr *wrh; in set_ddp_ulp_mode() local 1249 len = sizeof(*wrh) + fields * roundup2(LEN__SET_TCB_FIELD_ULP, 16); in set_ddp_ulp_mode() 1259 wrh = wrtod(wr); in set_ddp_ulp_mode() 1260 INIT_ULPTX_WRH(wrh, len, 1, 0); /* atomic */ in set_ddp_ulp_mode() 1261 ulpmc = (struct ulp_txpkt *)(wrh + 1); in set_ddp_ulp_mode()
|
H A D | t4_tom.c | 897 struct work_request_hdr *wrh; in t4_pmtu_update() local 934 len = sizeof(*wrh) + 2 * roundup2(LEN__SET_TCB_FIELD_ULP, 16); in t4_pmtu_update() 935 wrh = start_wrq_wr(toep->ctrlq, howmany(len, 16), &cookie); in t4_pmtu_update() 936 if (wrh == NULL) { in t4_pmtu_update() 941 INIT_ULPTX_WRH(wrh, len, 1, 0); /* atomic */ in t4_pmtu_update() 942 ulpmc = (struct ulp_txpkt *)(wrh + 1); in t4_pmtu_update() 947 commit_wrq_wr(toep->ctrlq, wrh, &cookie); in t4_pmtu_update()
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_filter.c | 1776 mk_del_hashfilter_wr(struct adapter *sc, int tid, struct work_request_hdr *wrh, in mk_del_hashfilter_wr() argument 1781 INIT_ULPTX_WRH(wrh, wrlen, 0, 0); in mk_del_hashfilter_wr() 1782 ulpmc = (struct ulp_txpkt *)(wrh + 1); in mk_del_hashfilter_wr()
|