Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/wwan/t7xx/
Dt7xx_port.h108 struct t7xx_port { struct
110 const struct t7xx_port_conf *port_conf; argument
111 struct t7xx_pci_dev *t7xx_dev;
112 struct device *dev;
113 u16 seq_nums[2]; /* TX/RX sequence numbers */
114 atomic_t usage_cnt;
115 struct list_head entry;
116 struct list_head queue_entry;
143 int t7xx_get_port_mtu(struct t7xx_port *port); argument