Home
last modified time | relevance | path

Searched refs:mul_sgl (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c1506 task->txwr_only.sgl_ctx.sgl.mul_sgl.cur_sge_addr.lo = in bnx2fc_init_seq_cleanup_task()
1508 task->txwr_only.sgl_ctx.sgl.mul_sgl.cur_sge_addr.hi = in bnx2fc_init_seq_cleanup_task()
1510 task->txwr_only.sgl_ctx.sgl.mul_sgl.sgl_size = in bnx2fc_init_seq_cleanup_task()
1512 task->txwr_only.sgl_ctx.sgl.mul_sgl.cur_sge_off = in bnx2fc_init_seq_cleanup_task()
1514 task->txwr_only.sgl_ctx.sgl.mul_sgl.cur_sge_idx = i; in bnx2fc_init_seq_cleanup_task()
1521 sgl->mul_sgl.cur_sge_addr.lo = (u32)phys_addr; in bnx2fc_init_seq_cleanup_task()
1522 sgl->mul_sgl.cur_sge_addr.hi = (u32)((u64)phys_addr >> 32); in bnx2fc_init_seq_cleanup_task()
1523 sgl->mul_sgl.sgl_size = bd_count; in bnx2fc_init_seq_cleanup_task()
1524 sgl->mul_sgl.cur_sge_off = offset; /*adjusted offset */ in bnx2fc_init_seq_cleanup_task()
1525 sgl->mul_sgl.cur_sge_idx = i; in bnx2fc_init_seq_cleanup_task()
[all …]
D57xx_hsi_bnx2fc.h256 struct fcoe_mul_sges_ctx mul_sgl; member
/Linux-v5.4/drivers/net/ethernet/broadcom/
Dcnic_defs.h2558 struct fcoe_mul_sges_ctx mul_sgl; member