Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h470 struct cxgb4_uld_info { struct
471 char name[IFNAMSIZ];
472 void *handle;
473 unsigned int nrxq;
474 unsigned int rxq_size;
475 unsigned int ntxq;
476 bool ciq;
477 bool lro;
478 void *(*add)(const struct cxgb4_lld_info *p);
479 int (*rx_handler)(void *handle, const __be64 *rsp,
[all …]