Home
last modified time | relevance | path

Searched refs:ulptx_sge_pair (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c309 const struct ulptx_sge_pair *p; in unmap_sgl()
334 p = (const struct ulptx_sge_pair *)tq->desc; in unmap_sgl()
343 p = (const struct ulptx_sge_pair *)&addr[2]; in unmap_sgl()
351 p = (const struct ulptx_sge_pair *)&addr[1]; in unmap_sgl()
358 p = (const struct ulptx_sge_pair *)tq->desc; in unmap_sgl()
906 struct ulptx_sge_pair *to; in write_sgl()
909 struct ulptx_sge_pair buf[MAX_SKB_FRAGS / 2 + 1]; in write_sgl()
/linux-6.6.21/drivers/crypto/chelsio/
Dchcr_crypto.h202 struct ulptx_sge_pair *pair;
/linux-6.6.21/drivers/scsi/csiostor/
Dcsio_scsi.c293 struct ulptx_sge_pair *sge_pair = NULL; in csio_scsi_init_ultptx_dsgl()
309 sge_pair = (struct ulptx_sge_pair *)(sgl + 1); in csio_scsi_init_ultptx_dsgl()
334 sge_pair = (struct ulptx_sge_pair *)(sgl + 1); in csio_scsi_init_ultptx_dsgl()
465 (sz) += (sizeof(struct ulptx_sge_pair) * \
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h1533 struct ulptx_sge_pair { struct
1542 struct ulptx_sge_pair sge[]; argument
Dsge.c842 struct ulptx_sge_pair *to; in cxgb4_write_sgl()
845 struct ulptx_sge_pair buf[MAX_SKB_FRAGS / 2 + 1]; in cxgb4_write_sgl()
910 struct ulptx_sge_pair buf[MAX_SKB_FRAGS / 2 + 1] = {0}, *to; in cxgb4_write_partial_sgl()