Lines Matching defs:qlcnic_cardrsp_rx_ctx
641 struct qlcnic_cardrsp_rx_ctx { struct
643 __le32 rds_ring_offset; /* Offset to RDS config */
644 __le32 sds_ring_offset; /* Offset to SDS config */
645 __le32 host_ctx_state; /* Starting State */
646 __le32 num_fn_per_port; /* How many PCI fn share the port */
647 __le16 num_rds_rings; /* Count of RDS rings */
648 __le16 num_sds_rings; /* Count of SDS rings */
649 __le16 context_id; /* Handle for context */
650 u8 phys_port; /* Physical id of port */
651 u8 virt_port; /* Virtual/Logical id of port */
652 u8 reserved[128]; /* save space for future expansion */
657 char data[0];