Searched defs:rx_queue_start_ramrod_data (Results 1 – 1 of 1) sorted by relevance
1076 struct rx_queue_start_ramrod_data { struct1077 __le16 rx_queue_id /* ID of RX queue */;1078 __le16 num_of_pbl_pages /* Number of pages in CQE PBL */;1079 __le16 bd_max_bytes /* maximal bytes that can be places on the bd */;1080 __le16 sb_id /* Status block ID */;1081 u8 sb_index /* index of the protocol index */;1082 u8 vport_id /* ID of virtual port */;1083 u8 default_rss_queue_flg /* set queue as default rss queue if set */;1084 u8 complete_cqe_flg /* post completion to the CQE ring if set */;1085 u8 complete_event_flg /* post completion to the event ring if set */;[all …]