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