pgl               215 drivers/crypto/chelsio/chcr_core.c 			const struct pkt_gl *pgl)
pgl               226 drivers/crypto/chelsio/chcr_core.c 	if (!pgl)
pgl               229 drivers/crypto/chelsio/chcr_core.c 		work_handlers[rpl->opcode](dev, pgl->va);
pgl               219 drivers/crypto/chelsio/chcr_core.h 			const struct pkt_gl *pgl);
pgl              2184 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 				const struct pkt_gl *pgl)
pgl              2191 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	if (pgl == NULL) {
pgl              2199 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 		if (unlikely(*(u8 *)rsp != *(u8 *)pgl->va)) {
pgl              2201 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 				pgl->va, be64_to_cpu(*rsp),
pgl              2202 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 				be64_to_cpu(*(u64 *)pgl->va),
pgl              2203 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 				pgl->tot_len);
pgl              2206 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 		skb = cxgb4_pktgl_to_skb(pgl, RX_PULL_LEN, RX_PULL_LEN);