Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/vt6656/
Drxtx.h239 struct vnt_tx_short_buf_head { struct
251 struct vnt_tx_short_buf_head short_head; argument
Drxtx.c991 struct vnt_tx_short_buf_head *short_head; in vnt_beacon_xmit()
1061 count = sizeof(struct vnt_tx_short_buf_head) + skb->len; in vnt_beacon_xmit()
/linux-4.1.27/drivers/staging/vt6655/
Drxtx.h186 struct vnt_tx_short_buf_head { struct
Drxtx.c1418 struct vnt_tx_short_buf_head *short_head = in vnt_beacon_xmit()
1419 (struct vnt_tx_short_buf_head *)priv->tx_beacon_bufs; in vnt_beacon_xmit()