Searched defs:cxgb4_uld_info (Results 1 – 1 of 1) sorted by relevance
470 struct cxgb4_uld_info { struct471 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 …]