Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/irda/
Dw83977af_ir.h168 struct w83977af_ir { struct
169 struct st_fifo st_fifo;
171 int tx_buff_offsets[10]; /* Offsets between frames in tx_buff */
172 int tx_len; /* Number of frames in tx_buff */
174 struct net_device *netdev; /* Yes! we are some kind of netdevice */
176 struct irlap_cb *irlap; /* The link layer we are binded to */
177 struct qos_info qos; /* QoS capabilities for this device */
179 chipio_t io; /* IrDA controller information */
180 iobuff_t tx_buff; /* Transmit buffer */
181 iobuff_t rx_buff; /* Receive buffer */
[all …]