Searched defs:tx_param (Results 1 - 5 of 5) sorted by relevance

/drivers/net/wireless/mwifiex/
H A Dtxrx.c68 struct mwifiex_tx_param *tx_param)
82 skb, tx_param);
67 mwifiex_process_tx(struct mwifiex_private *priv, struct sk_buff *skb, struct mwifiex_tx_param *tx_param) argument
H A D11n_aggr.c164 struct mwifiex_tx_param tx_param; variable in typeref:struct:mwifiex_tx_param
247 tx_param.next_pkt_len = 0;
250 skb_aggr, &tx_param);
H A Dpcie.c1679 struct mwifiex_tx_param *tx_param)
1677 mwifiex_pcie_host_to_card(struct mwifiex_adapter *adapter, u8 type, struct sk_buff *skb, struct mwifiex_tx_param *tx_param) argument
H A Dwmm.c1007 struct mwifiex_tx_param tx_param; variable in typeref:struct:mwifiex_tx_param
1032 tx_param.next_pkt_len = ((skb_next) ? skb_next->len +
1035 if (mwifiex_process_tx(priv, skb, &tx_param) == -EBUSY) {
1103 struct mwifiex_tx_param tx_param; variable in typeref:struct:mwifiex_tx_param
1125 tx_param.next_pkt_len =
1129 &tx_param);
H A Dsdio.c1438 struct mwifiex_tx_param *tx_param)
1480 if (tx_param)
1482 port, tx_param->next_pkt_len
1436 mwifiex_sdio_host_to_card(struct mwifiex_adapter *adapter, u8 type, struct sk_buff *skb, struct mwifiex_tx_param *tx_param) argument

Completed in 602 milliseconds