Home
last modified time | relevance | path

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

/linux-4.1.27/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()
913 struct ulptx_sge_pair *to; in write_sgl()
916 struct ulptx_sge_pair buf[MAX_SKB_FRAGS / 2 + 1]; in write_sgl()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c324 const struct ulptx_sge_pair *p; in unmap_sgl()
348 p = (const struct ulptx_sge_pair *)q->desc; in unmap_sgl()
357 p = (const struct ulptx_sge_pair *)&addr[2]; in unmap_sgl()
365 p = (const struct ulptx_sge_pair *)&addr[1]; in unmap_sgl()
372 p = (const struct ulptx_sge_pair *)q->desc; in unmap_sgl()
857 struct ulptx_sge_pair *to; in write_sgl()
860 struct ulptx_sge_pair buf[MAX_SKB_FRAGS / 2 + 1]; in write_sgl()
Dt4_msg.h1045 struct ulptx_sge_pair { struct
1054 struct ulptx_sge_pair sge[0]; argument
/linux-4.1.27/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) * \