Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h422 struct cxgb4_lld_info { struct
423 struct pci_dev *pdev; /* associated PCI device */
424 struct l2t_data *l2t; /* L2 table */
425 struct tid_info *tids; /* TID table */
426 struct net_device **ports; /* device ports */
427 const struct cxgb4_virt_res *vr; /* assorted HW resources */
428 const unsigned short *mtus; /* MTU table */
429 const unsigned short *rxq_ids; /* the ULD's Rx queue ids */
430 const unsigned short *ciq_ids; /* the ULD's concentrator IQ ids */
431 unsigned short nrxq; /* # of Rx queues */
[all …]