Searched refs:pkt_no (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/drivers/staging/vt6656/ | ||
H A D | int.c | 70 static int vnt_int_report_rate(struct vnt_private *priv, u8 pkt_no, u8 tsr) vnt_int_report_rate() argument 78 if (pkt_no >= priv->num_tx_context) vnt_int_report_rate() 81 context = priv->tx_context[pkt_no]; vnt_int_report_rate() |
H A D | rxtx.h | 233 u8 pkt_no; member in struct:vnt_tx_buffer 249 u8 pkt_no; member in struct:vnt_beacon_buffer |
H A D | device.h | 239 u8 pkt_no; member in struct:vnt_usb_send_context |
H A D | rxtx.c | 973 tx_buffer->pkt_no = tx_context->pkt_no; vnt_tx_packet() 1070 beacon_buffer->pkt_no = context->pkt_no; vnt_beacon_xmit() |
H A D | main_usb.c | 440 tx_context->pkt_no = ii; vnt_alloc_bufs() |
Completed in 92 milliseconds