Home
last modified time | relevance | path

Searched refs:tx_param (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/net/wireless/mwifiex/
Dtxrx.c68 struct mwifiex_tx_param *tx_param) in mwifiex_process_tx() argument
82 skb, tx_param); in mwifiex_process_tx()
D11n_aggr.c164 struct mwifiex_tx_param tx_param; in mwifiex_11n_aggregate_pkt() local
247 tx_param.next_pkt_len = 0; in mwifiex_11n_aggregate_pkt()
250 skb_aggr, &tx_param); in mwifiex_11n_aggregate_pkt()
Dwmm.c1007 struct mwifiex_tx_param tx_param; in mwifiex_send_single_packet() local
1032 tx_param.next_pkt_len = ((skb_next) ? skb_next->len + in mwifiex_send_single_packet()
1035 if (mwifiex_process_tx(priv, skb, &tx_param) == -EBUSY) { in mwifiex_send_single_packet()
1103 struct mwifiex_tx_param tx_param; in mwifiex_send_processed_packet() local
1125 tx_param.next_pkt_len = in mwifiex_send_processed_packet()
1129 &tx_param); in mwifiex_send_processed_packet()
Dsdio.c1442 struct mwifiex_tx_param *tx_param) in mwifiex_sdio_host_to_card() argument
1484 if (tx_param) in mwifiex_sdio_host_to_card()
1486 port, tx_param->next_pkt_len in mwifiex_sdio_host_to_card()
Dmain.h711 struct mwifiex_tx_param *tx_param);
Dpcie.c1679 struct mwifiex_tx_param *tx_param) in mwifiex_pcie_host_to_card() argument