Home
last modified time | relevance | path

Searched refs:vnt_tx_short_buf_head (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/vt6656/
Drxtx.h239 struct vnt_tx_short_buf_head { struct
251 struct vnt_tx_short_buf_head short_head; argument
Drxtx.c997 struct vnt_tx_short_buf_head *short_head; in vnt_beacon_xmit()
1067 count = sizeof(struct vnt_tx_short_buf_head) + skb->len; in vnt_beacon_xmit()
/linux-4.4.14/drivers/staging/vt6655/
Drxtx.h186 struct vnt_tx_short_buf_head { struct
Drxtx.c1415 struct vnt_tx_short_buf_head *short_head = in vnt_beacon_xmit()
1416 (struct vnt_tx_short_buf_head *)priv->tx_beacon_bufs; in vnt_beacon_xmit()