Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h473 struct cxgb4_uld_info { struct
474 char name[IFNAMSIZ];
475 void *handle;
476 unsigned int nrxq;
477 unsigned int rxq_size;
501 void cxgb4_register_uld(enum cxgb4_uld type, const struct cxgb4_uld_info *p); argument