Home
last modified time | relevance | path

Searched defs:fnic_io_req (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/scsi/fnic/
H A Dfnic_io.h44 struct fnic_io_req { struct
45 struct fnic_iport_s *iport;
46 struct fnic_tport_s *tport;
47 struct host_sg_desc *sgl_list; /* sgl list */
50 dma_addr_t sgl_list_pa; /* dma address for sgl list */
51 u16 sgl_cnt;
52 u8 sgl_type; /* device DMA descriptor list type */
54 u32 port_id; /* remote port DID */
55 unsigned long start_time; /* in jiffies */
58 unsigned int tag;
[all …]