Lines Matching defs:qlcnic_hostrq_rx_ctx
610 struct qlcnic_hostrq_rx_ctx { struct
611 __le64 host_rsp_dma_addr; /* Response dma'd here */
612 __le32 capabilities[4]; /* Flag bit vector */
613 __le32 host_int_crb_mode; /* Interrupt crb usage */
614 __le32 host_rds_crb_mode; /* RDS crb usage */
616 __le32 rds_ring_offset; /* Offset to RDS config */
617 __le32 sds_ring_offset; /* Offset to SDS config */
618 __le16 num_rds_rings; /* Count of RDS rings */
619 __le16 num_sds_rings; /* Count of SDS rings */
620 __le16 valid_field_offset;
621 u8 txrx_sds_binding;
622 u8 msix_handler;
623 u8 reserved[128]; /* reserve space for future expansion*/
628 char data[0];