Home
last modified time | relevance | path

Searched defs:queue_set (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/cavium/thunder/
Dnicvf_queues.h288 struct queue_set { struct
289 bool enable;
290 bool be_en;
291 u8 vnic_id;
292 u8 rq_cnt;
293 u8 cq_cnt;
294 u64 cq_len;
295 u8 sq_cnt;
296 u64 sq_len;
297 u8 rbdr_cnt;
[all …]
/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb3/
Dsge.c1807 static inline int queue_set(const struct sk_buff *skb) in queue_set() function