cpl_set_tcb_field
static inline void mk_set_tcb_field(struct cpl_set_tcb_field *, unsigned int,
static inline void set_tcb_field_ulp(struct cpl_set_tcb_field *, unsigned int,
struct cpl_set_tcb_field *greq;
greq = mtod(m, struct cpl_set_tcb_field *);
struct cpl_set_tcb_field *sreq;
sreq = (struct cpl_set_tcb_field *)(oreq + 1);
sreq = mtod(m, struct cpl_set_tcb_field *);
mk_set_tcb_field(struct cpl_set_tcb_field *req, unsigned int tid,
set_tcb_field_ulp(struct cpl_set_tcb_field *req, unsigned int tid,
_Static_assert(sizeof(struct cpl_set_tcb_field) <= EQ_ESIZE,
struct cpl_set_tcb_field *req;
struct cpl_set_tcb_field *req = dst;
const u_int len = sizeof(struct cpl_set_tcb_field);
m = alloc_raw_wr_mbuf(sizeof(struct cpl_set_tcb_field));