Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/snic/
Dvnic_wq.h12 struct vnic_wq_ctrl { struct
13 u64 ring_base; /* 0x00 */
14 u32 ring_size; /* 0x08 */
15 u32 pad0;
16 u32 posted_index; /* 0x10 */
17 u32 pad1;
18 u32 cq_index; /* 0x18 */
19 u32 pad2;
20 u32 enable; /* 0x20 */
21 u32 pad3;
[all …]
/linux-6.12.1/drivers/scsi/fnic/
Dvnic_wq.h33 struct vnic_wq_ctrl { struct
34 u64 ring_base; /* 0x00 */
35 u32 ring_size; /* 0x08 */
36 u32 pad0;
37 u32 posted_index; /* 0x10 */
38 u32 pad1;
39 u32 cq_index; /* 0x18 */
40 u32 pad2;
41 u32 enable; /* 0x20 */
42 u32 pad3;
[all …]
/linux-6.12.1/drivers/net/ethernet/cisco/enic/
Dvnic_wq.h16 struct vnic_wq_ctrl { struct
17 u64 ring_base; /* 0x00 */
18 u32 ring_size; /* 0x08 */
19 u32 pad0;
20 u32 posted_index; /* 0x10 */
21 u32 pad1;
22 u32 cq_index; /* 0x18 */
23 u32 pad2;
24 u32 enable; /* 0x20 */
25 u32 pad3;
[all …]