Searched defs:rcv_queue (Results 1 – 2 of 2) sorted by relevance
239 struct rcv_queue { struct240 bool enable;241 struct rbdr *rbdr_start;242 struct rbdr *rbdr_cont;243 bool en_tcp_reassembly;245 u8 cq_idx; /* CQ index (0 to 7) in the QS */247 u8 cont_qs_rbdr_idx; /* RBDR idx in the cont QS */249 u8 start_qs_rbdr_idx; /* RBDR idx in the above QS */250 u8 caching;251 struct rx_tx_queue_stats stats;[all …]
506 int rcv_queue; member