Home
last modified time | relevance | path

Searched refs:htc_pkt (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dtxrx.c339 set_htc_pkt_info(&cookie->htc_pkt, cookie, skb->data, skb->len, in ath6kl_control_tx()
341 cookie->htc_pkt.skb = skb; in ath6kl_control_tx()
347 ath6kl_htc_tx(ar->htc_target, &cookie->htc_pkt); in ath6kl_control_tx()
500 set_htc_pkt_info(&cookie->htc_pkt, cookie, skb->data, skb->len, in ath6kl_data_tx()
502 cookie->htc_pkt.skb = skb; in ath6kl_data_tx()
511 ath6kl_htc_tx(ar->htc_target, &cookie->htc_pkt); in ath6kl_data_tx()
H A Dcore.h398 struct htc_packet htc_pkt; member