Searched refs:sgl_cnt (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fnic/
H A Dfnic_io.h59 u16 sgl_cnt; member in struct:fnic_io_req
H A Dfcpio.h207 u32 sgl_cnt; /* scatter-gather list count */ member in struct:fcpio_icmnd_16
255 u32 sgl_cnt; /* scatter-gather list count */ member in struct:fcpio_icmnd_32
316 u32 sgl_cnt; /* scatter-gather list count */ member in struct:fcpio_tdata
336 u32 sgl_cnt; /* scatter-gather list count */ member in struct:fcpio_txrdy
H A Dfnic_res.h82 u32 sgl_cnt, u32 sense_len,
103 desc->u.icmnd_16.sgl_cnt = sgl_cnt; /* scatter-gather list count */
79 fnic_queue_wq_copy_desc_icmnd_16(struct vnic_wq_copy *wq, u32 req_id, u32 lunmap_id, u8 spl_flags, u32 sgl_cnt, u32 sense_len, u64 sgl_addr, u64 sns_addr, u8 crn, u8 pri_ta, u8 flags, u8 *scsi_cdb, u8 cdb_len, u32 data_len, u8 *lun, u32 d_id, u16 mss, u32 ratov, u32 edtov) argument
H A Dfnic_scsi.c123 sizeof(io_req->sgl_list[0]) * io_req->sgl_cnt,
127 if (io_req->sgl_cnt)
330 0, exch_flags, io_req->sgl_cnt,
401 io_req->sgl_cnt = sg_count;

Completed in 35 milliseconds