Home
last modified time | relevance | path

Searched defs:tx_cmd (Results 1 – 7 of 7) sorted by relevance

/drivers/net/
Dlib82596.c201 struct tx_cmd { struct
202 struct i596_cmd cmd;
203 u32 tbd;
204 unsigned short size;
205 unsigned short pad;
206 struct sk_buff *skb; /* So we can free it after tx */
207 dma_addr_t dma_addr;
209 u32 cache_pad[6]; /* Total 64 bytes... */
211 u32 cache_pad[1]; /* Total 32 bytes... */
813 struct tx_cmd *tx_cmd = (struct tx_cmd *) ptr; in i596_cleanup_cmd() local
[all …]
Dlp486e.c232 struct tx_cmd { struct
233 struct i596_cmd cmd;
234 phys_addr pa_tbd; /* va_to_pa(struct i596_tbd *tbd) */
235 unsigned short size;
236 unsigned short pad;
749 struct tx_cmd *tx_cmd = (struct tx_cmd *) cmd; in i596_cleanup_cmd() local
867 struct tx_cmd *tx_cmd; in i596_start_xmit() local
1065 struct tx_cmd *tx_cmd; in i596_handle_CU_completion() local
D82596.c230 struct tx_cmd { struct
231 struct i596_cmd cmd;
232 struct i596_tbd *tbd;
233 unsigned short size;
234 unsigned short pad;
235 struct sk_buff *skb; /* So we can free it after tx */
911 struct tx_cmd *tx_cmd = (struct tx_cmd *) ptr; in i596_cleanup_cmd() local
1061 struct tx_cmd *tx_cmd; in i596_start_xmit() local
1337 struct tx_cmd *tx_cmd = (struct tx_cmd *) ptr; in i596_interrupt() local
Ddnet.c550 unsigned int len, i, tx_cmd, wrsz; in dnet_start_xmit() local
/drivers/net/wireless/iwlwifi/
Diwl-tx.c645 struct iwl_tx_cmd *tx_cmd, in iwl_tx_cmd_build_basic()
706 struct iwl_tx_cmd *tx_cmd, in iwl_tx_cmd_build_rate()
769 struct iwl_tx_cmd *tx_cmd, in iwl_tx_cmd_build_hwcrypto()
829 struct iwl_tx_cmd *tx_cmd; in iwl_tx_skb() local
Diwl-3945-commands.h1364 struct iwl3945_tx_cmd tx_cmd; member
Diwl-commands.h2253 struct iwl_tx_cmd tx_cmd; member