Symbol: work_request_hdr
sys/dev/cxgb/common/cxgb_t3_cpl.h
335
# define WR_HDR struct work_request_hdr wr
sys/dev/cxgb/cxgb_main.c
3225
struct work_request_hdr *wr;
sys/dev/cxgb/cxgb_main.c
3239
wr = mtod(m, struct work_request_hdr *);
sys/dev/cxgb/cxgb_sge.c
1284
struct work_request_hdr *wrp = (struct work_request_hdr *)txd;
sys/dev/cxgb/cxgb_sge.c
1297
struct work_request_hdr *wp = wrp;
sys/dev/cxgb/cxgb_sge.c
1326
wrp = (struct work_request_hdr *)txd;
sys/dev/cxgb/cxgb_sge.c
1362
struct work_request_hdr *wrp;
sys/dev/cxgb/cxgb_sge.c
1414
wrp = (struct work_request_hdr *)txd;
sys/dev/cxgb/cxgb_sge.c
1570
wrp = (struct work_request_hdr *)txd;
sys/dev/cxgb/cxgb_sge.c
1794
struct work_request_hdr *from = (struct work_request_hdr *)src;
sys/dev/cxgb/cxgb_sge.c
1795
struct work_request_hdr *to = (struct work_request_hdr *)d;
sys/dev/cxgb/cxgb_sge.c
1889
struct work_request_hdr *wrp = mtod(m, struct work_request_hdr *);
sys/dev/cxgb/cxgb_sge.c
2200
struct work_request_hdr *from;
sys/dev/cxgb/cxgb_sge.c
287
set_wr_hdr(struct work_request_hdr *wrp, uint32_t wr_hi, uint32_t wr_lo)
sys/dev/cxgb/cxgb_sge.c
301
set_wr_hdr(struct work_request_hdr *wrp, uint32_t wr_hi, uint32_t wr_lo)
sys/dev/cxgbe/common/t4_msg.h
461
# define WR_HDR struct work_request_hdr wr
sys/dev/cxgbe/common/t4_msg.h
462
# define WR_HDR_SIZE sizeof(struct work_request_hdr)
sys/dev/cxgbe/crypto/t4_keyctx.c
695
DIV_ROUND_UP(TLS_KEY_WR_SZ - sizeof(struct work_request_hdr), 16));
sys/dev/cxgbe/t4_filter.c
1983
return (sizeof(struct work_request_hdr) +
sys/dev/cxgbe/t4_filter.c
1990
mk_del_hashfilter_wr(struct adapter *sc, int tid, struct work_request_hdr *wrh,
sys/dev/cxgbe/tom/t4_ddp.c
1229
struct work_request_hdr *wrh;
sys/dev/cxgbe/tom/t4_ddp.c
580
struct work_request_hdr *wrh;
sys/dev/cxgbe/tom/t4_tls.c
1169
struct work_request_hdr *wrh;
sys/dev/cxgbe/tom/t4_tls.c
1219
wrh = mtod(m, struct work_request_hdr *);
sys/dev/cxgbe/tom/t4_tom.c
906
struct work_request_hdr *wrh;