Searched defs:tx_cmd (Results 1 – 7 of 7) sorted by relevance
201 struct tx_cmd { struct202 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 …]
232 struct tx_cmd { struct233 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() local867 struct tx_cmd *tx_cmd; in i596_start_xmit() local1065 struct tx_cmd *tx_cmd; in i596_handle_CU_completion() local
230 struct tx_cmd { struct231 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() local1061 struct tx_cmd *tx_cmd; in i596_start_xmit() local1337 struct tx_cmd *tx_cmd = (struct tx_cmd *) ptr; in i596_interrupt() local
550 unsigned int len, i, tx_cmd, wrsz; in dnet_start_xmit() local
645 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
1364 struct iwl3945_tx_cmd tx_cmd; member
2253 struct iwl_tx_cmd tx_cmd; member