Searched defs:rcv_queue (Results 1 – 2 of 2) sorted by relevance
246 struct rcv_queue { struct247 bool enable;248 struct rbdr *rbdr_start;249 struct rbdr *rbdr_cont;250 bool en_tcp_reassembly;251 u8 cq_qs; /* CQ's QS to which this RQ is assigned */252 u8 cq_idx; /* CQ index (0 to 7) in the QS */254 u8 cont_qs_rbdr_idx; /* RBDR idx in the cont QS */256 u8 start_qs_rbdr_idx; /* RBDR idx in the above QS */257 u8 caching;[all …]
497 int rcv_queue; member
Completed in 6 milliseconds