Lines Matching refs:greq
460 struct cpl_set_tcb_field *greq; in init_tp_parity() local
483 adap->nofail_skb = alloc_skb(sizeof(*greq), GFP_KERNEL); in init_tp_parity()
506 adap->nofail_skb = alloc_skb(sizeof(*greq), GFP_KERNEL); in init_tp_parity()
529 adap->nofail_skb = alloc_skb(sizeof(*greq), GFP_KERNEL); in init_tp_parity()
535 skb = alloc_skb(sizeof(*greq), GFP_KERNEL); in init_tp_parity()
541 greq = (struct cpl_set_tcb_field *)__skb_put(skb, sizeof(*greq)); in init_tp_parity()
542 memset(greq, 0, sizeof(*greq)); in init_tp_parity()
543 greq->wr.wr_hi = htonl(V_WR_OP(FW_WROPCODE_FORWARD)); in init_tp_parity()
544 OPCODE_TID(greq) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, 0)); in init_tp_parity()
545 greq->mask = cpu_to_be64(1); in init_tp_parity()
551 adap->nofail_skb = alloc_skb(sizeof(*greq), GFP_KERNEL); in init_tp_parity()