/drivers/net/wireless/iwlwifi/ |
H A D | iwl-agn-tx.c | 45 __le16 fc, __le32 *tx_flags) 50 *tx_flags |= TX_CMD_FLG_PROT_REQUIRE_MSK; 63 __le32 tx_flags = tx_cmd->tx_flags; local 68 tx_flags |= TX_CMD_FLG_ACK_MSK; 70 tx_flags &= ~TX_CMD_FLG_ACK_MSK; 73 tx_flags |= TX_CMD_FLG_TSF_MSK; 75 tx_flags |= TX_CMD_FLG_ACK_MSK | TX_CMD_FLG_IMM_BA_RSP_MASK; 82 tx_flags |= TX_CMD_FLG_IGNORE_BT; 87 tx_flags | 43 iwlagn_tx_cmd_protection(struct iwl_priv *priv, struct ieee80211_tx_info *info, __le16 fc, __le32 *tx_flags) argument [all...] |
/drivers/net/ethernet/intel/igbvf/ |
H A D | netdev.c | 1879 struct sk_buff *skb, u32 tx_flags, u8 *hdr_len) 1921 if (tx_flags & IGBVF_TX_FLAGS_VLAN) 1922 info |= (tx_flags & IGBVF_TX_FLAGS_VLAN_MASK); 1959 struct sk_buff *skb, u32 tx_flags) 1967 (tx_flags & IGBVF_TX_FLAGS_VLAN)) { 1972 if (tx_flags & IGBVF_TX_FLAGS_VLAN) 1973 info |= (tx_flags & IGBVF_TX_FLAGS_VLAN_MASK); 2124 int tx_flags, int count, u32 paylen, 2135 if (tx_flags & IGBVF_TX_FLAGS_VLAN) 2138 if (tx_flags 1877 igbvf_tso(struct igbvf_adapter *adapter, struct igbvf_ring *tx_ring, struct sk_buff *skb, u32 tx_flags, u8 *hdr_len) argument 1957 igbvf_tx_csum(struct igbvf_adapter *adapter, struct igbvf_ring *tx_ring, struct sk_buff *skb, u32 tx_flags) argument 2122 igbvf_tx_queue_adv(struct igbvf_adapter *adapter, struct igbvf_ring *tx_ring, int tx_flags, int count, u32 paylen, u8 hdr_len) argument 2186 unsigned int first, tx_flags = 0; local [all...] |
/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf_main.c | 2731 struct sk_buff *skb, u32 tx_flags, u8 *hdr_len) 2773 if (tx_flags & IXGBE_TX_FLAGS_VLAN) 2775 (tx_flags & IXGBE_TX_FLAGS_VLAN_MASK); 2819 struct sk_buff *skb, u32 tx_flags) 2827 (tx_flags & IXGBE_TX_FLAGS_VLAN)) { 2832 if (tx_flags & IXGBE_TX_FLAGS_VLAN) 2833 vlan_macip_lens |= (tx_flags & 2891 struct sk_buff *skb, u32 tx_flags, 2995 struct ixgbevf_ring *tx_ring, int tx_flags, 3009 if (tx_flags 2729 ixgbevf_tso(struct ixgbevf_adapter *adapter, struct ixgbevf_ring *tx_ring, struct sk_buff *skb, u32 tx_flags, u8 *hdr_len) argument 2817 ixgbevf_tx_csum(struct ixgbevf_adapter *adapter, struct ixgbevf_ring *tx_ring, struct sk_buff *skb, u32 tx_flags) argument 2889 ixgbevf_tx_map(struct ixgbevf_adapter *adapter, struct ixgbevf_ring *tx_ring, struct sk_buff *skb, u32 tx_flags, unsigned int first) argument 2994 ixgbevf_tx_queue(struct ixgbevf_adapter *adapter, struct ixgbevf_ring *tx_ring, int tx_flags, int count, u32 paylen, u8 hdr_len) argument 3092 unsigned int tx_flags = 0; local [all...] |
/drivers/net/wireless/rtl818x/rtl8180/ |
H A D | dev.c | 255 u32 tx_flags; local 266 tx_flags = RTL818X_TX_DESC_FLAG_OWN | RTL818X_TX_DESC_FLAG_FS | 272 tx_flags |= RTL818X_TX_DESC_FLAG_DMA | 277 tx_flags |= RTL818X_TX_DESC_FLAG_RTS; 278 tx_flags |= ieee80211_get_rts_cts_rate(dev, info)->hw_value << 19; 280 tx_flags |= RTL818X_TX_DESC_FLAG_CTS; 281 tx_flags |= ieee80211_get_rts_cts_rate(dev, info)->hw_value << 19; 318 entry->flags = cpu_to_le32(tx_flags);
|
/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_main.c | 5725 first->tx_flags |= IXGBE_TX_FLAGS_TSO | 5734 first->tx_flags |= IXGBE_TX_FLAGS_TSO | 5754 vlan_macip_lens |= first->tx_flags & IXGBE_TX_FLAGS_VLAN_MASK; 5771 if (!(first->tx_flags & IXGBE_TX_FLAGS_HW_VLAN) && 5772 !(first->tx_flags & IXGBE_TX_FLAGS_TXSW)) 5820 first->tx_flags |= IXGBE_TX_FLAGS_CSUM; 5825 vlan_macip_lens |= first->tx_flags & IXGBE_TX_FLAGS_VLAN_MASK; 5831 static __le32 ixgbe_tx_cmd_type(u32 tx_flags) argument 5839 if (tx_flags & IXGBE_TX_FLAGS_HW_VLAN) 5844 if (tx_flags 5853 ixgbe_tx_olinfo_status(union ixgbe_adv_tx_desc *tx_desc, u32 tx_flags, unsigned int paylen) argument 5903 u32 tx_flags = first->tx_flags; local 6183 u32 tx_flags = 0; local [all...] |
H A D | ixgbe_fcoe.c | 451 * @first: first tx_buffer structure containing skb, tx_flags, and protocol 542 first->tx_flags |= IXGBE_TX_FLAGS_FSO; 546 first->tx_flags |= IXGBE_TX_FLAGS_FCOE; 557 vlan_macip_lens |= first->tx_flags & IXGBE_TX_FLAGS_VLAN_MASK;
|
/drivers/net/ethernet/sun/ |
H A D | sunhme.c | 147 le32_to_cpu(tp[i].tx_flags), le32_to_cpu(tp[i].tx_addr), 148 le32_to_cpu(tp[i + 1].tx_flags), le32_to_cpu(tp[i + 1].tx_addr), 149 le32_to_cpu(tp[i + 2].tx_flags), le32_to_cpu(tp[i + 2].tx_addr), 150 le32_to_cpu(tp[i + 3].tx_flags), le32_to_cpu(tp[i + 3].tx_addr)); 207 txd->tx_flags = (__force hme32)flags; 236 txd->tx_flags = (__force hme32)cpu_to_le32(flags); 277 (__txd)->tx_flags = (__force hme32)(u32)(__flags); \ 302 (__txd)->tx_flags = (__force hme32)cpu_to_le32(__flags); \ 1230 (hme_read_desc32(hp, &txd->tx_flags) 1235 (hme_read_desc32(hp, &txd->tx_flags) 2258 u32 tx_flags; local [all...] |
H A D | sunbmac.h | 237 u32 tx_flags; member in struct:be_txd
|
H A D | sunbmac.c | 252 bb->be_txd[i].tx_flags = bb->be_txd[i].tx_addr = 0; 774 this, this->tx_flags, this->tx_addr)); 776 if (this->tx_flags & TXD_OWN) 971 bp->bmac_block->be_txd[entry].tx_flags = TXD_UPDATE; 974 bp->bmac_block->be_txd[entry].tx_flags =
|
H A D | sunqe.h | 277 u32 tx_flags; member in struct:qe_txd
|
H A D | sunqe.c | 539 u32 flags = txbase[elem].tx_flags; 594 qep->qe_block->qe_txd[entry].tx_flags = TXD_UPDATE; 599 qep->qe_block->qe_txd[entry].tx_flags =
|
/drivers/net/wireless/iwlegacy/ |
H A D | 3945-mac.c | 414 __le32 tx_flags = tx_cmd->tx_flags; local 419 tx_flags |= TX_CMD_FLG_ACK_MSK; 421 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK; 424 tx_flags |= TX_CMD_FLG_TSF_MSK; 426 tx_flags &= (~TX_CMD_FLG_ACK_MSK); 427 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK; 432 tx_flags |= TX_CMD_FLG_MORE_FRAG_MSK; 437 tx_flags &= ~TX_CMD_FLG_SEQ_CTL_MSK; 439 tx_flags | [all...] |
H A D | 3945.c | 684 __le32 tx_flags; local 689 tx_flags = tx_cmd->tx_flags; 705 tx_cmd->tx_flags = tx_flags; 716 le32_to_cpu(tx_cmd->tx_flags), tx_cmd->supp_rates[1], 2428 tx_beacon_cmd->tx.tx_flags =
|
H A D | 4965-mac.c | 918 scan->tx_cmd.tx_flags = TX_CMD_FLG_SEQ_CTL_MSK; 1481 __le32 tx_flags = tx_cmd->tx_flags; local 1485 tx_flags |= TX_CMD_FLG_ACK_MSK; 1487 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK; 1490 tx_flags |= TX_CMD_FLG_TSF_MSK; 1492 tx_flags &= (~TX_CMD_FLG_ACK_MSK); 1493 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK; 1497 tx_flags |= TX_CMD_FLG_ACK_MSK | TX_CMD_FLG_IMM_BA_RSP_MASK; 1501 tx_flags | [all...] |
/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_main.c | 2979 struct e1000_tx_ring *tx_ring, int tx_flags, 2988 if (likely(tx_flags & E1000_TX_FLAGS_TSO)) { 2993 if (likely(tx_flags & E1000_TX_FLAGS_IPV4)) 2997 if (likely(tx_flags & E1000_TX_FLAGS_CSUM)) { 3002 if (unlikely(tx_flags & E1000_TX_FLAGS_VLAN)) { 3004 txd_upper |= (tx_flags & E1000_TX_FLAGS_VLAN_MASK); 3007 if (unlikely(tx_flags & E1000_TX_FLAGS_NO_FCS)) 3025 if (unlikely(tx_flags & E1000_TX_FLAGS_NO_FCS)) 3118 unsigned int tx_flags = 0; local 3221 tx_flags | 2978 e1000_tx_queue(struct e1000_adapter *adapter, struct e1000_tx_ring *tx_ring, int tx_flags, int count) argument [all...] |
/drivers/net/ethernet/intel/igb/ |
H A D | igb_main.c | 4100 first->tx_flags |= IGB_TX_FLAGS_TSO | 4108 first->tx_flags |= IGB_TX_FLAGS_TSO | 4127 vlan_macip_lens |= first->tx_flags & IGB_TX_FLAGS_VLAN_MASK; 4142 if (!(first->tx_flags & IGB_TX_FLAGS_VLAN)) 4190 first->tx_flags |= IGB_TX_FLAGS_CSUM; 4194 vlan_macip_lens |= first->tx_flags & IGB_TX_FLAGS_VLAN_MASK; 4199 static __le32 igb_tx_cmd_type(u32 tx_flags) argument 4207 if (tx_flags & IGB_TX_FLAGS_VLAN) 4211 if (tx_flags & IGB_TX_FLAGS_TSTAMP) 4215 if (tx_flags 4221 igb_tx_olinfo_status(struct igb_ring *tx_ring, union e1000_adv_tx_desc *tx_desc, u32 tx_flags, unsigned int paylen) argument 4264 u32 tx_flags = first->tx_flags; local 4423 u32 tx_flags = 0; local [all...] |
H A D | igb.h | 158 u32 tx_flags; member in struct:igb_tx_buffer
|
/drivers/net/ethernet/intel/ixgb/ |
H A D | ixgb_main.c | 1442 ixgb_tx_queue(struct ixgb_adapter *adapter, int count, int vlan_id,int tx_flags) argument 1452 if (tx_flags & IXGB_TX_FLAGS_TSO) { 1457 if (tx_flags & IXGB_TX_FLAGS_CSUM) 1460 if (tx_flags & IXGB_TX_FLAGS_VLAN) 1534 unsigned int tx_flags = 0; local 1554 tx_flags |= IXGB_TX_FLAGS_VLAN; 1567 tx_flags |= IXGB_TX_FLAGS_TSO; 1569 tx_flags |= IXGB_TX_FLAGS_CSUM; 1574 ixgb_tx_queue(adapter, count, vlan_id, tx_flags);
|
/drivers/dma/ |
H A D | coh901318.c | 1060 u32 tx_flags = COH901318_CX_CTRL_PRDD_SOURCE | local 1064 ctrl_chained |= tx_flags; 1065 ctrl_last |= tx_flags; 1066 ctrl |= tx_flags;
|
/drivers/net/ethernet/adi/ |
H A D | bfin_mac.c | 814 if (skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP) { 820 skb_shinfo(skb)->tx_flags |= SKBTX_IN_PROGRESS; 1012 if (skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP) 1022 if (skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP)
|
/drivers/net/ethernet/intel/e1000e/ |
H A D | netdev.c | 4868 static void e1000_tx_queue(struct e1000_ring *tx_ring, int tx_flags, int count) argument 4876 if (tx_flags & E1000_TX_FLAGS_TSO) { 4881 if (tx_flags & E1000_TX_FLAGS_IPV4) 4885 if (tx_flags & E1000_TX_FLAGS_CSUM) { 4890 if (tx_flags & E1000_TX_FLAGS_VLAN) { 4892 txd_upper |= (tx_flags & E1000_TX_FLAGS_VLAN_MASK); 4895 if (unlikely(tx_flags & E1000_TX_FLAGS_NO_FCS)) 4916 if (unlikely(tx_flags & E1000_TX_FLAGS_NO_FCS)) 5021 unsigned int tx_flags = 0; local 5099 tx_flags | [all...] |
/drivers/net/ethernet/sis/ |
H A D | sis900.c | 1393 u32 tx_flags = 0, rx_flags = 0; local 1396 tx_flags = TxATP | (DMA_BURST_64 << TxMXDMA_shift) | 1400 tx_flags = TxATP | (DMA_BURST_512 << TxMXDMA_shift) | 1407 tx_flags |= (TxDRNT_10 << TxDRNT_shift); 1410 tx_flags |= (TxDRNT_100 << TxDRNT_shift); 1414 tx_flags |= (TxCSI | TxHBI); 1423 outl (tx_flags, ioaddr + txcfg);
|
/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 53 int tx_flags, struct ath_txq *txq); 1996 int tx_flags, struct ath_txq *txq) 2005 if (!(tx_flags & ATH_TX_ERROR)) 2051 int tx_flags = 0; local 2054 tx_flags |= ATH_TX_ERROR; 2070 ath_debug_stat_tx(sc, bf, ts, txq, tx_flags); 2071 ath_tx_complete(sc, skb, tx_flags, txq); 1995 ath_tx_complete(struct ath_softc *sc, struct sk_buff *skb, int tx_flags, struct ath_txq *txq) argument
|
/drivers/net/ethernet/nvidia/ |
H A D | forcedeth.c | 833 u32 tx_flags; member in struct:fe_priv 2178 u32 tx_flags = 0; local 2223 put_tx->flaglen = cpu_to_le32((bcnt-1) | tx_flags); 2225 tx_flags = np->tx_flags; 2252 put_tx->flaglen = cpu_to_le32((bcnt-1) | tx_flags); 2278 start_tx->flaglen |= cpu_to_le32(tx_flags | tx_flags_extra); 2294 u32 tx_flags = 0; local 2342 put_tx->flaglen = cpu_to_le32((bcnt-1) | tx_flags); 2344 tx_flags [all...] |
/drivers/net/ethernet/amd/ |
H A D | amd8111e.c | 361 lp->tx_ring[i].tx_flags = 0; 676 status = le16_to_cpu(lp->tx_ring[tx_index].tx_flags); 1308 lp->tx_ring[tx_index].tx_flags = 0; 1326 lp->tx_ring[tx_index].tx_flags |=
|