Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h473 struct cxgb4_uld_info { struct
474 char name[IFNAMSIZ];
475 void *handle;
476 unsigned int nrxq;
477 unsigned int rxq_size;
478 unsigned int ntxq;
479 bool ciq;
480 bool lro;
481 void *(*add)(const struct cxgb4_lld_info *p);
482 int (*rx_handler)(void *handle, const __be64 *rsp,
[all …]