Home
last modified time | relevance | path

Searched refs:greq (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_main.c460 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()
[all …]
/drivers/crypto/caam/
Dcaamalg.c1478 *greq, int desc_bytes, in aead_giv_edesc_alloc()
1481 struct aead_request *req = &greq->areq; in aead_giv_edesc_alloc()
1515 iv_dma = dma_map_single(jrdev, greq->giv, ivsize, DMA_TO_DEVICE); in aead_giv_edesc_alloc()