Home
last modified time | relevance | path

Searched refs:tx_flags (Results 1 – 118 of 118) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c162 tx_buf->tx_flags = I40E_TX_FLAGS_FD_SB; in i40e_program_fdir_filter()
529 if (tx_buffer->tx_flags & I40E_TX_FLAGS_FD_SB) in i40e_unmap_and_free_tx_resource()
2058 u32 tx_flags = 0; in i40e_tx_prepare_vlan_flags() local
2075 tx_flags |= skb_vlan_tag_get(skb) << I40E_TX_FLAGS_VLAN_SHIFT; in i40e_tx_prepare_vlan_flags()
2076 tx_flags |= I40E_TX_FLAGS_HW_VLAN; in i40e_tx_prepare_vlan_flags()
2085 tx_flags |= ntohs(vhdr->h_vlan_TCI) << I40E_TX_FLAGS_VLAN_SHIFT; in i40e_tx_prepare_vlan_flags()
2086 tx_flags |= I40E_TX_FLAGS_SW_VLAN; in i40e_tx_prepare_vlan_flags()
2093 if ((tx_flags & (I40E_TX_FLAGS_HW_VLAN | I40E_TX_FLAGS_SW_VLAN)) || in i40e_tx_prepare_vlan_flags()
2095 tx_flags &= ~I40E_TX_FLAGS_VLAN_PRIO_MASK; in i40e_tx_prepare_vlan_flags()
2096 tx_flags |= (skb->priority & 0x7) << in i40e_tx_prepare_vlan_flags()
[all …]
Di40e_fcoe.c1206 u32 tx_flags, u8 *hdr_len, u8 sof) in i40e_fcoe_tso() argument
1257 context_desc->l2tag2 = cpu_to_le16((tx_flags & I40E_TX_FLAGS_VLAN_MASK) in i40e_fcoe_tso()
1278 u32 tx_flags, u8 hdr_len, u8 eof) in i40e_fcoe_tx_map() argument
1289 if (tx_flags & I40E_TX_FLAGS_SW_VLAN) in i40e_fcoe_tx_map()
1309 i40e_tx_map(tx_ring, skb, first, tx_flags, hdr_len, td_cmd, td_offset); in i40e_fcoe_tx_map()
1361 u32 tx_flags = 0; in i40e_fcoe_xmit_frame() local
1374 if (i40e_tx_prepare_vlan_flags(skb, tx_ring, &tx_flags)) in i40e_fcoe_xmit_frame()
1391 tx_flags |= I40E_TX_FLAGS_FCCRC; in i40e_fcoe_xmit_frame()
1394 fso = i40e_fcoe_tso(tx_ring, skb, tx_flags, &hdr_len, sof); in i40e_fcoe_xmit_frame()
1398 tx_flags |= I40E_TX_FLAGS_FSO; in i40e_fcoe_xmit_frame()
[all …]
Di40e_txrx.h158 u32 tx_flags; member
306 struct i40e_tx_buffer *first, u32 tx_flags,
Di40e_main.c3312 if (tx_buf->tx_flags & I40E_TX_FLAGS_FD_SB) in i40e_clean_fdir_tx_irq()
3316 tx_buf->tx_flags = 0; in i40e_clean_fdir_tx_irq()
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40e_txrx.c54 if (tx_buffer->tx_flags & I40E_TX_FLAGS_FD_SB) in i40e_unmap_and_free_tx_resource()
1371 u32 tx_flags = 0; in i40e_tx_prepare_vlan_flags() local
1388 tx_flags |= skb_vlan_tag_get(skb) << I40E_TX_FLAGS_VLAN_SHIFT; in i40e_tx_prepare_vlan_flags()
1389 tx_flags |= I40E_TX_FLAGS_HW_VLAN; in i40e_tx_prepare_vlan_flags()
1398 tx_flags |= ntohs(vhdr->h_vlan_TCI) << I40E_TX_FLAGS_VLAN_SHIFT; in i40e_tx_prepare_vlan_flags()
1399 tx_flags |= I40E_TX_FLAGS_SW_VLAN; in i40e_tx_prepare_vlan_flags()
1403 *flags = tx_flags; in i40e_tx_prepare_vlan_flags()
1419 u32 tx_flags, __be16 protocol, u8 *hdr_len, in i40e_tso() argument
1476 static void i40e_tx_enable_csum(struct sk_buff *skb, u32 tx_flags, in i40e_tx_enable_csum() argument
1501 if (tx_flags & I40E_TX_FLAGS_IPV4) { in i40e_tx_enable_csum()
[all …]
Di40e_txrx.h157 u32 tx_flags; member
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dtx.c82 u32 tx_flags = le32_to_cpu(tx_cmd->tx_flags); in iwl_mvm_set_tx_cmd() local
87 tx_flags |= TX_CMD_FLG_ACK; in iwl_mvm_set_tx_cmd()
89 tx_flags &= ~TX_CMD_FLG_ACK; in iwl_mvm_set_tx_cmd()
92 tx_flags |= TX_CMD_FLG_TSF; in iwl_mvm_set_tx_cmd()
95 tx_flags |= TX_CMD_FLG_MORE_FRAG; in iwl_mvm_set_tx_cmd()
100 tx_flags &= ~TX_CMD_FLG_SEQ_CTL; in iwl_mvm_set_tx_cmd()
105 tx_flags |= TX_CMD_FLG_ACK | TX_CMD_FLG_BAR; in iwl_mvm_set_tx_cmd()
113 tx_flags |= TX_CMD_FLG_SEQ_CTL; in iwl_mvm_set_tx_cmd()
115 tx_flags &= ~TX_CMD_FLG_SEQ_CTL; in iwl_mvm_set_tx_cmd()
124 tx_flags |= iwl_mvm_bt_coex_tx_prio(mvm, hdr, info, ac) << in iwl_mvm_set_tx_cmd()
[all …]
Dmac-ctxt.c968 u32 rate, tx_flags; in iwl_mvm_mac_ctxt_send_beacon() local
984 tx_flags = TX_CMD_FLG_SEQ_CTL | TX_CMD_FLG_TSF; in iwl_mvm_mac_ctxt_send_beacon()
985 tx_flags |= in iwl_mvm_mac_ctxt_send_beacon()
988 beacon_cmd.tx.tx_flags = cpu_to_le32(tx_flags); in iwl_mvm_mac_ctxt_send_beacon()
Dfw-api-tx.h223 __le32 tx_flags; member
Dfw-api-scan.h369 __le32 tx_flags; member
Dscan.c638 tx_cmd[0].tx_flags = cpu_to_le32(TX_CMD_FLG_SEQ_CTL | in iwl_mvm_unified_scan_fill_tx_cmd()
645 tx_cmd[1].tx_flags = cpu_to_le32(TX_CMD_FLG_SEQ_CTL | in iwl_mvm_unified_scan_fill_tx_cmd()
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Dtx.c53 __le16 fc, __le32 *tx_flags) in iwlagn_tx_cmd_protection() argument
58 *tx_flags |= TX_CMD_FLG_PROT_REQUIRE_MSK; in iwlagn_tx_cmd_protection()
71 __le32 tx_flags = tx_cmd->tx_flags; in iwlagn_tx_cmd_build_basic() local
76 tx_flags |= TX_CMD_FLG_ACK_MSK; in iwlagn_tx_cmd_build_basic()
78 tx_flags &= ~TX_CMD_FLG_ACK_MSK; in iwlagn_tx_cmd_build_basic()
81 tx_flags |= TX_CMD_FLG_TSF_MSK; in iwlagn_tx_cmd_build_basic()
83 tx_flags |= TX_CMD_FLG_ACK_MSK | TX_CMD_FLG_IMM_BA_RSP_MASK; in iwlagn_tx_cmd_build_basic()
90 tx_flags |= TX_CMD_FLG_IGNORE_BT; in iwlagn_tx_cmd_build_basic()
95 tx_flags |= TX_CMD_FLG_MORE_FRAG_MSK; in iwlagn_tx_cmd_build_basic()
100 tx_flags &= ~TX_CMD_FLG_SEQ_CTL_MSK; in iwlagn_tx_cmd_build_basic()
[all …]
Dscan.c757 scan->tx_cmd.tx_flags = TX_CMD_FLG_SEQ_CTL_MSK; in iwlagn_request_scan()
781 scan->tx_cmd.tx_flags |= TX_CMD_FLG_IGNORE_BT; in iwlagn_request_scan()
Dcommands.h1263 __le32 tx_flags; /* TX_CMD_FLG_* */ member
Dmain.c151 tx_beacon_cmd->tx.tx_flags = TX_CMD_FLG_SEQ_CTL_MSK | in iwlagn_send_beacon_cmd()
/linux-4.1.27/include/trace/events/
Dnet.h33 __field( u8, tx_flags )
54 __entry->tx_flags = skb_shinfo(skb)->tx_flags;
66 __entry->transport_offset, __entry->tx_flags,
/linux-4.1.27/drivers/dma/
Dvirt-dma.h55 struct virt_dma_desc *vd, unsigned long tx_flags) in vchan_tx_prep() argument
60 vd->tx.flags = tx_flags; in vchan_tx_prep()
Dedma.c451 unsigned long tx_flags, void *context) in edma_prep_slave_sg() argument
542 return vchan_tx_prep(&echan->vchan, &edesc->vdesc, tx_flags); in edma_prep_slave_sg()
547 size_t len, unsigned long tx_flags) in edma_prep_dma_memcpy() argument
580 return vchan_tx_prep(&echan->vchan, &edesc->vdesc, tx_flags); in edma_prep_dma_memcpy()
586 unsigned long tx_flags) in edma_prep_dma_cyclic() argument
714 if (tx_flags & DMA_PREP_INTERRUPT) in edma_prep_dma_cyclic()
721 return vchan_tx_prep(&echan->vchan, &edesc->vdesc, tx_flags); in edma_prep_dma_cyclic()
Dmoxart-dma.c271 unsigned long tx_flags, void *context) in moxart_prep_slave_sg() argument
328 return vchan_tx_prep(&ch->vc, &d->vd, tx_flags); in moxart_prep_slave_sg()
Dcoh901318.c2335 u32 tx_flags = COH901318_CX_CTRL_PRDD_SOURCE | in coh901318_prep_slave_sg() local
2339 ctrl_chained |= tx_flags; in coh901318_prep_slave_sg()
2340 ctrl_last |= tx_flags; in coh901318_prep_slave_sg()
2341 ctrl |= tx_flags; in coh901318_prep_slave_sg()
Domap-dma.c758 enum dma_transfer_direction dir, unsigned long tx_flags, void *context) in omap_dma_prep_slave_sg() argument
851 return vchan_tx_prep(&c->vc, &d->vd, tx_flags); in omap_dma_prep_slave_sg()
Dcppi41.c494 enum dma_transfer_direction dir, unsigned long tx_flags, void *context) in cppi41_dma_prep_slave_sg() argument
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/
Dnetdev.c1912 struct sk_buff *skb, u32 tx_flags, u8 *hdr_len, in igbvf_tso() argument
1954 if (tx_flags & IGBVF_TX_FLAGS_VLAN) in igbvf_tso()
1955 info |= (tx_flags & IGBVF_TX_FLAGS_VLAN_MASK); in igbvf_tso()
1991 struct sk_buff *skb, u32 tx_flags, in igbvf_tx_csum() argument
2000 (tx_flags & IGBVF_TX_FLAGS_VLAN)) { in igbvf_tx_csum()
2005 if (tx_flags & IGBVF_TX_FLAGS_VLAN) in igbvf_tx_csum()
2006 info |= (tx_flags & IGBVF_TX_FLAGS_VLAN_MASK); in igbvf_tx_csum()
2153 int tx_flags, int count, in igbvf_tx_queue_adv() argument
2165 if (tx_flags & IGBVF_TX_FLAGS_VLAN) in igbvf_tx_queue_adv()
2168 if (tx_flags & IGBVF_TX_FLAGS_TSO) { in igbvf_tx_queue_adv()
[all …]
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c819 first->tx_flags |= FM10K_TX_FLAGS_CSUM; in fm10k_tso()
906 first->tx_flags |= FM10K_TX_FLAGS_CSUM; in fm10k_tx_csum()
920 static u8 fm10k_tx_desc_flags(struct sk_buff *skb, u32 tx_flags) in fm10k_tx_desc_flags() argument
926 if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP) && in fm10k_tx_desc_flags()
927 likely(skb_shinfo(skb)->tx_flags & SKBTX_IN_PROGRESS)) in fm10k_tx_desc_flags()
931 desc_flags |= FM10K_SET_FLAG(tx_flags, FM10K_TX_FLAGS_CSUM, in fm10k_tx_desc_flags()
988 u32 tx_flags = first->tx_flags; in fm10k_tx_map() local
990 u8 flags = fm10k_tx_desc_flags(skb, tx_flags); in fm10k_tx_map()
1107 u32 tx_flags = 0; in fm10k_xmit_frame_ring() local
1136 first->tx_flags = tx_flags; in fm10k_xmit_frame_ring()
Dfm10k_ptp.c82 skb_shinfo(clone)->tx_flags |= SKBTX_IN_PROGRESS; in fm10k_ts_tx_enqueue()
Dfm10k.h83 u16 tx_flags; member
Dfm10k_netdev.c662 if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP)) in fm10k_xmit_frame()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c3298 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbevf_tso()
3307 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbevf_tso()
3328 vlan_macip_lens |= first->tx_flags & IXGBE_TX_FLAGS_VLAN_MASK; in ixgbevf_tso()
3391 first->tx_flags |= IXGBE_TX_FLAGS_CSUM; in ixgbevf_tx_csum()
3396 vlan_macip_lens |= first->tx_flags & IXGBE_TX_FLAGS_VLAN_MASK; in ixgbevf_tx_csum()
3402 static __le32 ixgbevf_tx_cmd_type(u32 tx_flags) in ixgbevf_tx_cmd_type() argument
3410 if (tx_flags & IXGBE_TX_FLAGS_VLAN) in ixgbevf_tx_cmd_type()
3414 if (tx_flags & IXGBE_TX_FLAGS_TSO) in ixgbevf_tx_cmd_type()
3421 u32 tx_flags, unsigned int paylen) in ixgbevf_tx_olinfo_status() argument
3426 if (tx_flags & IXGBE_TX_FLAGS_CSUM) in ixgbevf_tx_olinfo_status()
[all …]
Dixgbevf.h64 u32 tx_flags; member
/linux-4.1.27/drivers/net/ethernet/sun/
Dsunhme.c147 le32_to_cpu(tp[i].tx_flags), le32_to_cpu(tp[i].tx_addr), in tx_dump_ring()
148 le32_to_cpu(tp[i + 1].tx_flags), le32_to_cpu(tp[i + 1].tx_addr), in tx_dump_ring()
149 le32_to_cpu(tp[i + 2].tx_flags), le32_to_cpu(tp[i + 2].tx_addr), in tx_dump_ring()
150 le32_to_cpu(tp[i + 3].tx_flags), le32_to_cpu(tp[i + 3].tx_addr)); in tx_dump_ring()
207 txd->tx_flags = (__force hme32)flags; in sbus_hme_write_txd()
236 txd->tx_flags = (__force hme32)cpu_to_le32(flags); in pci_hme_write_txd()
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) in happy_meal_clean_rings()
1235 (hme_read_desc32(hp, &txd->tx_flags) in happy_meal_clean_rings()
[all …]
Dsunbmac.c249 bb->be_txd[i].tx_flags = bb->be_txd[i].tx_addr = 0; in bigmac_init_rings()
771 this, this->tx_flags, this->tx_addr)); in bigmac_tx()
773 if (this->tx_flags & TXD_OWN) in bigmac_tx()
967 bp->bmac_block->be_txd[entry].tx_flags = TXD_UPDATE; in bigmac_start_xmit()
970 bp->bmac_block->be_txd[entry].tx_flags = in bigmac_start_xmit()
Dsunbmac.h237 u32 tx_flags; member
Dsunqe.h277 u32 tx_flags; member
Dsunqe.c536 u32 flags = txbase[elem].tx_flags; in qe_tx_reclaim()
591 qep->qe_block->qe_txd[entry].tx_flags = TXD_UPDATE; in qe_start_xmit()
596 qep->qe_block->qe_txd[entry].tx_flags = in qe_start_xmit()
Dsunhme.h318 hme32 tx_flags; member
Dniu.c3563 u64 tx_flags; in release_tx_packet() local
3567 tx_flags = le64_to_cpup(&tp->flags); in release_tx_packet()
3570 rp->tx_bytes += (((tx_flags & TXHDR_LEN) >> TXHDR_LEN_SHIFT) - in release_tx_packet()
3571 ((tx_flags & TXHDR_PAD) / 2)); in release_tx_packet()
/linux-4.1.27/arch/mn10300/kernel/
Dmn10300-serial.h43 u8 tx_flags; /* transmit break/stop request */ member
Dmn10300-serial.c454 port->tx_flags |= MNSCx_TX_STOP; in mn10300_serial_dis_tx_intr()
484 if (!(port->tx_flags & MNSCx_TX_STOP)) in mn10300_serial_en_tx_intr()
487 port->tx_flags &= ~MNSCx_TX_STOP; in mn10300_serial_en_tx_intr()
940 port->tx_flags |= MNSCx_TX_BREAK; in mn10300_serial_break_ctl()
943 port->tx_flags &= ~MNSCx_TX_BREAK; in mn10300_serial_break_ctl()
970 port->tx_flags = 0; in mn10300_serial_startup()
1032 port->tx_flags = 0; in mn10300_serial_shutdown()
Dasm-offsets.c96 OFFSET(__tx_flags, mn10300_serial_port, tx_flags); in foo()
/linux-4.1.27/net/mac80211/
Drc80211_minstrel_ht.h91 u32 tx_flags; member
Dscan.c482 u32 tx_flags; in ieee80211_scan_state_send_probe() local
487 tx_flags = IEEE80211_TX_INTFL_OFFCHAN_TX_OK; in ieee80211_scan_state_send_probe()
489 tx_flags |= IEEE80211_TX_CTL_NO_CCK_RATE; in ieee80211_scan_state_send_probe()
500 tx_flags, local->hw.conf.chandef.chan, true); in ieee80211_scan_state_send_probe()
Drc80211_minstrel_ht.c1019 info->flags |= mi->tx_flags; in minstrel_ht_get_rate()
1147 mi->tx_flags |= stbc << IEEE80211_TX_CTL_STBC_SHIFT; in minstrel_ht_update_caps()
1150 mi->tx_flags |= IEEE80211_TX_CTL_LDPC; in minstrel_ht_update_caps()
Dmlme.c2505 u32 tx_flags = 0; in ieee80211_auth_challenge() local
2514 tx_flags = IEEE80211_TX_CTL_REQ_TX_STATUS | in ieee80211_auth_challenge()
2520 auth_data->key_idx, tx_flags); in ieee80211_auth_challenge()
3674 u32 tx_flags = 0; in ieee80211_probe_auth() local
3715 tx_flags = IEEE80211_TX_CTL_REQ_TX_STATUS | in ieee80211_probe_auth()
3722 tx_flags); in ieee80211_probe_auth()
3747 if (tx_flags == 0) { in ieee80211_probe_auth()
Dutil.c1270 u32 tx_flags) in ieee80211_send_auth() argument
1305 tx_flags; in ieee80211_send_auth()
1613 u32 ratemask, bool directed, u32 tx_flags, in ieee80211_send_probe_req() argument
1622 IEEE80211_SKB_CB(skb)->flags |= tx_flags; in ieee80211_send_probe_req()
Dieee80211_i.h1931 u32 tx_flags);
1952 u32 ratemask, bool directed, u32 tx_flags,
Dtx.c2248 skb_shinfo(skb)->tx_flags & SKBTX_WIFI_STATUS)) { in ieee80211_build_hdr()
/linux-4.1.27/drivers/net/wireless/iwlegacy/
D3945-mac.c414 __le32 tx_flags = tx_cmd->tx_flags; in il3945_build_tx_cmd_basic() local
419 tx_flags |= TX_CMD_FLG_ACK_MSK; in il3945_build_tx_cmd_basic()
421 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK; in il3945_build_tx_cmd_basic()
424 tx_flags |= TX_CMD_FLG_TSF_MSK; in il3945_build_tx_cmd_basic()
426 tx_flags &= (~TX_CMD_FLG_ACK_MSK); in il3945_build_tx_cmd_basic()
427 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK; in il3945_build_tx_cmd_basic()
432 tx_flags |= TX_CMD_FLG_MORE_FRAG_MSK; in il3945_build_tx_cmd_basic()
437 tx_flags &= ~TX_CMD_FLG_SEQ_CTL_MSK; in il3945_build_tx_cmd_basic()
439 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK; in il3945_build_tx_cmd_basic()
442 il_tx_cmd_protection(il, info, fc, &tx_flags); in il3945_build_tx_cmd_basic()
[all …]
D4965-mac.c942 scan->tx_cmd.tx_flags = TX_CMD_FLG_SEQ_CTL_MSK; in il4965_request_scan()
1505 __le32 tx_flags = tx_cmd->tx_flags; in il4965_tx_cmd_build_basic() local
1509 tx_flags |= TX_CMD_FLG_ACK_MSK; in il4965_tx_cmd_build_basic()
1511 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK; in il4965_tx_cmd_build_basic()
1514 tx_flags |= TX_CMD_FLG_TSF_MSK; in il4965_tx_cmd_build_basic()
1516 tx_flags &= (~TX_CMD_FLG_ACK_MSK); in il4965_tx_cmd_build_basic()
1517 tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK; in il4965_tx_cmd_build_basic()
1521 tx_flags |= TX_CMD_FLG_ACK_MSK | TX_CMD_FLG_IMM_BA_RSP_MASK; in il4965_tx_cmd_build_basic()
1525 tx_flags |= TX_CMD_FLG_MORE_FRAG_MSK; in il4965_tx_cmd_build_basic()
1530 tx_flags &= ~TX_CMD_FLG_SEQ_CTL_MSK; in il4965_tx_cmd_build_basic()
[all …]
D3945.c708 __le32 tx_flags; in il3945_hw_build_tx_cmd_rate() local
713 tx_flags = tx_cmd->tx_flags; in il3945_hw_build_tx_cmd_rate()
729 tx_cmd->tx_flags = tx_flags; in il3945_hw_build_tx_cmd_rate()
740 le32_to_cpu(tx_cmd->tx_flags), tx_cmd->supp_rates[1], in il3945_hw_build_tx_cmd_rate()
2450 tx_beacon_cmd->tx.tx_flags = in il3945_hw_get_beacon_cmd()
Dcommon.c5560 __le16 fc, __le32 *tx_flags) in il_tx_cmd_protection() argument
5563 *tx_flags |= TX_CMD_FLG_RTS_MSK; in il_tx_cmd_protection()
5564 *tx_flags &= ~TX_CMD_FLG_CTS_MSK; in il_tx_cmd_protection()
5565 *tx_flags |= TX_CMD_FLG_FULL_TXOP_PROT_MSK; in il_tx_cmd_protection()
5575 *tx_flags &= ~TX_CMD_FLG_RTS_MSK; in il_tx_cmd_protection()
5576 *tx_flags |= TX_CMD_FLG_CTS_MSK; in il_tx_cmd_protection()
5581 *tx_flags &= ~TX_CMD_FLG_RTS_MSK; in il_tx_cmd_protection()
5582 *tx_flags |= TX_CMD_FLG_CTS_MSK; in il_tx_cmd_protection()
5583 *tx_flags |= TX_CMD_FLG_FULL_TXOP_PROT_MSK; in il_tx_cmd_protection()
Dcommands.h1374 __le32 tx_flags; /* TX_CMD_FLG_* */ member
1458 __le32 tx_flags; /* TX_CMD_FLG_* */ member
Dcommon.h1969 __le16 fc, __le32 *tx_flags);
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c6808 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbe_tso()
6817 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbe_tso()
6836 vlan_macip_lens |= first->tx_flags & IXGBE_TX_FLAGS_VLAN_MASK; in ixgbe_tso()
6853 if (!(first->tx_flags & IXGBE_TX_FLAGS_HW_VLAN) && in ixgbe_tx_csum()
6854 !(first->tx_flags & IXGBE_TX_FLAGS_CC)) in ixgbe_tx_csum()
6902 first->tx_flags |= IXGBE_TX_FLAGS_CSUM; in ixgbe_tx_csum()
6907 vlan_macip_lens |= first->tx_flags & IXGBE_TX_FLAGS_VLAN_MASK; in ixgbe_tx_csum()
6918 static u32 ixgbe_tx_cmd_type(struct sk_buff *skb, u32 tx_flags) in ixgbe_tx_cmd_type() argument
6926 cmd_type |= IXGBE_SET_FLAG(tx_flags, IXGBE_TX_FLAGS_HW_VLAN, in ixgbe_tx_cmd_type()
6930 cmd_type |= IXGBE_SET_FLAG(tx_flags, IXGBE_TX_FLAGS_TSO, in ixgbe_tx_cmd_type()
[all …]
Dixgbe_fcoe.c595 first->tx_flags |= IXGBE_TX_FLAGS_TSO; in ixgbe_fso()
599 first->tx_flags |= IXGBE_TX_FLAGS_FCOE | IXGBE_TX_FLAGS_CC; in ixgbe_fso()
609 vlan_macip_lens |= first->tx_flags & IXGBE_TX_FLAGS_VLAN_MASK; in ixgbe_fso()
Dixgbe.h184 u32 tx_flags; member
/linux-4.1.27/net/ipv4/
Dtcp_offload.c22 skb_shinfo(skb)->tx_flags |= SKBTX_SW_TSTAMP; in tcp_gso_tstamp()
128 if (unlikely(skb_shinfo(gso_skb)->tx_flags & SKBTX_SW_TSTAMP)) in tcp_gso_segment()
Dip_output.c867 if (cork->tx_flags & SKBTX_ANY_SW_TSTAMP && in __ip_append_data()
985 skb_shinfo(skb)->tx_flags = cork->tx_flags; in __ip_append_data()
986 cork->tx_flags = 0; in __ip_append_data()
1122 cork->tx_flags = ipc->tx_flags; in ip_setup_cork()
1534 ipc.tx_flags = 0; in ip_send_unicast_reply()
Draw.c380 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags); in raw_send_hdrinc()
539 ipc.tx_flags = 0; in raw_sendmsg()
632 sock_tx_timestamp(sk, &ipc.tx_flags); in raw_sendmsg()
Dicmp.c413 ipc.tx_flags = 0; in icmp_reply()
676 ipc.tx_flags = 0; in icmp_send()
Dping.c740 ipc.tx_flags = 0; in ping_v4_sendmsg()
744 sock_tx_timestamp(sk, &ipc.tx_flags); in ping_v4_sendmsg()
Dtcp_output.c1130 if (unlikely(shinfo->tx_flags & SKBTX_ANY_TSTAMP) && in tcp_fragment_tstamp()
1133 u8 tsflags = shinfo->tx_flags & SKBTX_ANY_TSTAMP; in tcp_fragment_tstamp()
1135 shinfo->tx_flags &= ~tsflags; in tcp_fragment_tstamp()
1136 shinfo2->tx_flags |= tsflags; in tcp_fragment_tstamp()
Dtcp.c436 sock_tx_timestamp(sk, &shinfo->tx_flags); in tcp_tx_timestamp()
437 if (shinfo->tx_flags & SKBTX_ANY_TSTAMP) in tcp_tx_timestamp()
938 skb_shinfo(skb)->tx_flags |= SKBTX_SHARED_FRAG; in do_tcp_sendpages()
Dudp.c907 ipc.tx_flags = 0; in udp_sendmsg()
961 sock_tx_timestamp(sk, &ipc.tx_flags); in udp_sendmsg()
Dtcp_input.c3048 if ((shinfo->tx_flags & SKBTX_ACK_TSTAMP) && in tcp_ack_tstamp()
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/
Dixgb_main.c1425 ixgb_tx_queue(struct ixgb_adapter *adapter, int count, int vlan_id,int tx_flags) in ixgb_tx_queue() argument
1435 if (tx_flags & IXGB_TX_FLAGS_TSO) { in ixgb_tx_queue()
1440 if (tx_flags & IXGB_TX_FLAGS_CSUM) in ixgb_tx_queue()
1443 if (tx_flags & IXGB_TX_FLAGS_VLAN) in ixgb_tx_queue()
1517 unsigned int tx_flags = 0; in ixgb_xmit_frame() local
1537 tx_flags |= IXGB_TX_FLAGS_VLAN; in ixgb_xmit_frame()
1550 tx_flags |= IXGB_TX_FLAGS_TSO; in ixgb_xmit_frame()
1552 tx_flags |= IXGB_TX_FLAGS_CSUM; in ixgb_xmit_frame()
1557 ixgb_tx_queue(adapter, count, vlan_id, tx_flags); in ixgb_xmit_frame()
/linux-4.1.27/drivers/net/wireless/rtl818x/rtl8180/
Ddev.c466 u32 tx_flags; in rtl8180_tx() local
485 tx_flags = RTL818X_TX_DESC_FLAG_OWN | RTL818X_TX_DESC_FLAG_FS | in rtl8180_tx()
491 tx_flags |= RTL818X_TX_DESC_FLAG_DMA | in rtl8180_tx()
501 tx_flags |= RTL818X_TX_DESC_FLAG_RTS; in rtl8180_tx()
502 tx_flags |= ieee80211_get_rts_cts_rate(dev, info)->hw_value << 19; in rtl8180_tx()
506 tx_flags |= RTL818X_TX_DESC_FLAG_RTS | RTL818X_TX_DESC_FLAG_CTS; in rtl8180_tx()
507 tx_flags |= ieee80211_get_rts_cts_rate(dev, info)->hw_value << 19; in rtl8180_tx()
566 entry->flags = cpu_to_le32(tx_flags); in rtl8180_tx()
/linux-4.1.27/fs/exofs/
Dore_raid.c221 unsigned tx_flags = ASYNC_TX_ACK; in _gen_xor_unit() local
224 tx_flags |= ASYNC_TX_XOR_ZERO_DST; in _gen_xor_unit()
232 init_async_submit(&_1ps->submit, tx_flags, in _gen_xor_unit()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
Digb_main.c4678 first->tx_flags |= IGB_TX_FLAGS_TSO | in igb_tso()
4686 first->tx_flags |= IGB_TX_FLAGS_TSO | in igb_tso()
4705 vlan_macip_lens |= first->tx_flags & IGB_TX_FLAGS_VLAN_MASK; in igb_tso()
4720 if (!(first->tx_flags & IGB_TX_FLAGS_VLAN)) in igb_tx_csum()
4769 first->tx_flags |= IGB_TX_FLAGS_CSUM; in igb_tx_csum()
4773 vlan_macip_lens |= first->tx_flags & IGB_TX_FLAGS_VLAN_MASK; in igb_tx_csum()
4783 static u32 igb_tx_cmd_type(struct sk_buff *skb, u32 tx_flags) in igb_tx_cmd_type() argument
4791 cmd_type |= IGB_SET_FLAG(tx_flags, IGB_TX_FLAGS_VLAN, in igb_tx_cmd_type()
4795 cmd_type |= IGB_SET_FLAG(tx_flags, IGB_TX_FLAGS_TSO, in igb_tx_cmd_type()
4799 cmd_type |= IGB_SET_FLAG(tx_flags, IGB_TX_FLAGS_TSTAMP, in igb_tx_cmd_type()
[all …]
Digb.h200 u32 tx_flags; member
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
De1000_main.c2982 struct e1000_tx_ring *tx_ring, int tx_flags, in e1000_tx_queue() argument
2990 if (likely(tx_flags & E1000_TX_FLAGS_TSO)) { in e1000_tx_queue()
2995 if (likely(tx_flags & E1000_TX_FLAGS_IPV4)) in e1000_tx_queue()
2999 if (likely(tx_flags & E1000_TX_FLAGS_CSUM)) { in e1000_tx_queue()
3004 if (unlikely(tx_flags & E1000_TX_FLAGS_VLAN)) { in e1000_tx_queue()
3006 txd_upper |= (tx_flags & E1000_TX_FLAGS_VLAN_MASK); in e1000_tx_queue()
3009 if (unlikely(tx_flags & E1000_TX_FLAGS_NO_FCS)) in e1000_tx_queue()
3027 if (unlikely(tx_flags & E1000_TX_FLAGS_NO_FCS)) in e1000_tx_queue()
3118 unsigned int tx_flags = 0; in e1000_xmit_frame() local
3229 tx_flags |= E1000_TX_FLAGS_VLAN; in e1000_xmit_frame()
[all …]
/linux-4.1.27/net/ipv6/
Dip6_output.c1247 __u8 tx_flags = 0; in __ip6_append_data() local
1302 sock_tx_timestamp(sk, &tx_flags); in __ip6_append_data()
1303 if (tx_flags & SKBTX_ANY_SW_TSTAMP && in __ip6_append_data()
1438 skb_shinfo(skb)->tx_flags = tx_flags; in __ip6_append_data()
1439 tx_flags = 0; in __ip6_append_data()
/linux-4.1.27/include/net/
Dinet_sock.h123 u8 tx_flags; member
Dsock.h2163 void __sock_tx_timestamp(const struct sock *sk, __u8 *tx_flags);
2172 static inline void sock_tx_timestamp(const struct sock *sk, __u8 *tx_flags) in sock_tx_timestamp() argument
2175 __sock_tx_timestamp(sk, tx_flags); in sock_tx_timestamp()
2177 *tx_flags |= SKBTX_WIFI_STATUS; in sock_tx_timestamp()
Dip.h61 __u8 tx_flags; member
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Dnetdev.c5408 static void e1000_tx_queue(struct e1000_ring *tx_ring, int tx_flags, int count) in e1000_tx_queue() argument
5416 if (tx_flags & E1000_TX_FLAGS_TSO) { in e1000_tx_queue()
5421 if (tx_flags & E1000_TX_FLAGS_IPV4) in e1000_tx_queue()
5425 if (tx_flags & E1000_TX_FLAGS_CSUM) { in e1000_tx_queue()
5430 if (tx_flags & E1000_TX_FLAGS_VLAN) { in e1000_tx_queue()
5432 txd_upper |= (tx_flags & E1000_TX_FLAGS_VLAN_MASK); in e1000_tx_queue()
5435 if (unlikely(tx_flags & E1000_TX_FLAGS_NO_FCS)) in e1000_tx_queue()
5438 if (unlikely(tx_flags & E1000_TX_FLAGS_HWTSTAMP)) { in e1000_tx_queue()
5461 if (unlikely(tx_flags & E1000_TX_FLAGS_NO_FCS)) in e1000_tx_queue()
5550 unsigned int tx_flags = 0; in e1000_xmit_frame() local
[all …]
/linux-4.1.27/drivers/net/ethernet/sis/
Dsis900.c1404 u32 tx_flags = 0, rx_flags = 0; in sis900_set_mode() local
1407 tx_flags = TxATP | (DMA_BURST_64 << TxMXDMA_shift) | in sis900_set_mode()
1411 tx_flags = TxATP | (DMA_BURST_512 << TxMXDMA_shift) | in sis900_set_mode()
1418 tx_flags |= (TxDRNT_10 << TxDRNT_shift); in sis900_set_mode()
1421 tx_flags |= (TxDRNT_100 << TxDRNT_shift); in sis900_set_mode()
1425 tx_flags |= (TxCSI | TxHBI); in sis900_set_mode()
1434 sw32(txcfg, tx_flags); in sis900_set_mode()
/linux-4.1.27/net/core/
Dskbuff.c639 if (shinfo->tx_flags & SKBTX_DEV_ZEROCOPY) { in skb_release_data()
768 if (skb_shinfo(skb)->tx_flags & SKBTX_DEV_ZEROCOPY) { in skb_tx_error()
774 skb_shinfo(skb)->tx_flags &= ~SKBTX_DEV_ZEROCOPY; in skb_tx_error()
967 skb_shinfo(skb)->tx_flags &= ~SKBTX_DEV_ZEROCOPY; in skb_copy_ubufs()
2590 skb_shinfo(skb1)->tx_flags = skb_shinfo(skb)->tx_flags & SKBTX_SHARED_FRAG; in skb_split()
3136 skb_shinfo(nskb)->tx_flags = skb_shinfo(head_skb)->tx_flags & in skb_segment()
3731 skb_shinfo(skb)->tx_flags = skb_shinfo(orig_skb)->tx_flags; in __skb_tstamp_tx()
Ddev.c2940 if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_SCHED_TSTAMP)) in __dev_queue_xmit()
/linux-4.1.27/drivers/net/ethernet/nvidia/
Dforcedeth.c831 u32 tx_flags; member
2188 u32 tx_flags = 0; in nv_start_xmit() local
2243 put_tx->flaglen = cpu_to_le32((bcnt-1) | tx_flags); in nv_start_xmit()
2245 tx_flags = np->tx_flags; in nv_start_xmit()
2291 put_tx->flaglen = cpu_to_le32((bcnt-1) | tx_flags); in nv_start_xmit()
2317 start_tx->flaglen |= cpu_to_le32(tx_flags | tx_flags_extra); in nv_start_xmit()
2335 u32 tx_flags = 0; in nv_start_xmit_optimized() local
2393 put_tx->flaglen = cpu_to_le32((bcnt-1) | tx_flags); in nv_start_xmit_optimized()
2395 tx_flags = NV_TX2_VALID; in nv_start_xmit_optimized()
2441 put_tx->flaglen = cpu_to_le32((bcnt-1) | tx_flags); in nv_start_xmit_optimized()
[all …]
/linux-4.1.27/drivers/net/ethernet/adi/
Dbfin_mac.c836 if (skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP) { in bfin_tx_hwtstamp()
842 skb_shinfo(skb)->tx_flags |= SKBTX_IN_PROGRESS; in bfin_tx_hwtstamp()
1159 if (skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP) in bfin_mac_hard_start_xmit()
1169 if (skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP) in bfin_mac_hard_start_xmit()
/linux-4.1.27/drivers/net/ethernet/amd/
Damd8111e.h657 __le16 tx_flags; member
Damd8111e.c347 lp->tx_ring[i].tx_flags = 0; in amd8111e_init_ring()
657 status = le16_to_cpu(lp->tx_ring[tx_index].tx_flags); in amd8111e_tx()
1299 lp->tx_ring[tx_index].tx_flags = 0; in amd8111e_start_xmit()
1317 lp->tx_ring[tx_index].tx_flags |= in amd8111e_start_xmit()
/linux-4.1.27/drivers/net/ethernet/sfc/
Dnet_driver.h1499 return skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP; in efx_xmit_with_hwtstamp()
1503 skb_shinfo(skb)->tx_flags |= SKBTX_IN_PROGRESS; in efx_xmit_hwtstamp_pending()
/linux-4.1.27/include/linux/
Dskbuff.h318 __u8 tx_flags; member
2106 if (likely(!(skb_shinfo(skb)->tx_flags & SKBTX_DEV_ZEROCOPY))) in skb_orphan_frags()
2560 skb_shinfo(skb)->tx_flags & SKBTX_SHARED_FRAG; in skb_has_shared_frag()
2897 if (skb_shinfo(skb)->tx_flags & SKBTX_SW_TSTAMP && in sw_tx_timestamp()
2898 !(skb_shinfo(skb)->tx_flags & SKBTX_IN_PROGRESS)) in sw_tx_timestamp()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dxmit.c53 int tx_flags, struct ath_txq *txq);
2491 int tx_flags, struct ath_txq *txq) in ath_tx_complete() argument
2504 if (!(tx_flags & ATH_TX_ERROR)) { in ath_tx_complete()
2545 int tx_flags = 0; in ath_tx_complete_buf() local
2548 tx_flags |= ATH_TX_ERROR; in ath_tx_complete_buf()
2566 ath_debug_stat_tx(sc, bf, ts, txq, tx_flags); in ath_tx_complete_buf()
2567 ath_tx_complete(sc, skb, tx_flags, txq); in ath_tx_complete_buf()
/linux-4.1.27/drivers/net/ethernet/ti/
Dcpts.c343 if (!(skb_shinfo(skb)->tx_flags & SKBTX_IN_PROGRESS)) in cpts_tx_timestamp()
Dcpsw.c1389 if (skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP && in cpsw_ndo_start_xmit()
1391 skb_shinfo(skb)->tx_flags |= SKBTX_IN_PROGRESS; in cpsw_ndo_start_xmit()
/linux-4.1.27/drivers/net/ethernet/dec/tulip/
Dtulip_core.c1129 u32 tx_flags = 0x08000000 | 192; in set_rx_mode() local
1136 tx_flags = 0x08400000 | 192; in set_rx_mode()
1173 tx_flags |= DESC_RING_WRAP; /* Wrap ring. */ in set_rx_mode()
1174 tp->tx_ring[entry].length = cpu_to_le32(tx_flags); in set_rx_mode()
/linux-4.1.27/Documentation/networking/
Dtimestamping.txt432 - In hard_start_xmit(), check if (skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP)
437 SKBTX_IN_PROGRESS in skb_shinfo(skb)->tx_flags , e.g. with
439 skb_shinfo(skb)->tx_flags |= SKBTX_IN_PROGRESS;
/linux-4.1.27/drivers/net/ethernet/xscale/
Dixp4xx_eth.c335 if (unlikely(shtx->tx_flags & SKBTX_HW_TSTAMP && port->hwts_tx_en)) in ixp_tx_timestamp()
336 shtx->tx_flags |= SKBTX_IN_PROGRESS; in ixp_tx_timestamp()
355 shtx->tx_flags &= ~SKBTX_IN_PROGRESS; in ixp_tx_timestamp()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Den_tx.c846 shinfo->tx_flags & SKBTX_HW_TSTAMP)) { in mlx4_en_xmit()
847 shinfo->tx_flags |= SKBTX_IN_PROGRESS; in mlx4_en_xmit()
/linux-4.1.27/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c1489 task->txwr_rxrd.const_ctx.tx_flags = in bnx2fc_init_seq_cleanup_task()
1576 task->txwr_rxrd.const_ctx.tx_flags = in bnx2fc_init_cleanup_task()
1642 task->txwr_rxrd.const_ctx.tx_flags = FCOE_TASK_TX_STATE_INIT << in bnx2fc_init_mp_task()
1755 task->txwr_rxrd.const_ctx.tx_flags = FCOE_TASK_TX_STATE_NORMAL << in bnx2fc_init_task()
D57xx_hsi_bnx2fc.h683 u8 tx_flags; member
/linux-4.1.27/drivers/net/
Dmacvtap.c763 skb_shinfo(skb)->tx_flags |= SKBTX_DEV_ZEROCOPY; in macvtap_get_user()
764 skb_shinfo(skb)->tx_flags |= SKBTX_SHARED_FRAG; in macvtap_get_user()
Dtun.c811 sock_tx_timestamp(skb->sk, &skb_shinfo(skb)->tx_flags); in tun_net_xmit()
1201 skb_shinfo(skb)->tx_flags |= SKBTX_DEV_ZEROCOPY; in tun_get_user()
1202 skb_shinfo(skb)->tx_flags |= SKBTX_SHARED_FRAG; in tun_get_user()
/linux-4.1.27/drivers/net/ethernet/freescale/
Dfec_main.c397 if (unlikely(skb_shinfo(skb)->tx_flags & in fec_enet_txq_submit_frag_skb()
519 if (unlikely(skb_shinfo(skb)->tx_flags & in fec_enet_txq_submit_skb()
529 if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP && in fec_enet_txq_submit_skb()
531 skb_shinfo(skb)->tx_flags |= SKBTX_IN_PROGRESS; in fec_enet_txq_submit_skb()
1254 if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_IN_PROGRESS) && in fec_enet_tx_queue()
Dgianfar.c2268 do_tstamp = (skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP) && in gfar_start_xmit()
2404 skb_shinfo(skb)->tx_flags |= SKBTX_IN_PROGRESS; in gfar_start_xmit()
2632 if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_IN_PROGRESS)) in gfar_clean_tx_ring()
2646 if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_IN_PROGRESS)) { in gfar_clean_tx_ring()
2656 if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_IN_PROGRESS)) { in gfar_clean_tx_ring()
/linux-4.1.27/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_main.c1304 ((skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP) && in sxgbe_xmit()
1428 if (unlikely((skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP) && in sxgbe_xmit()
1431 skb_shinfo(skb)->tx_flags |= SKBTX_IN_PROGRESS; in sxgbe_xmit()
/linux-4.1.27/drivers/net/xen-netback/
Dinterface.c57 skb_shinfo(skb)->tx_flags |= SKBTX_DEV_ZEROCOPY; in xenvif_skb_zerocopy_prepare()
/linux-4.1.27/net/can/
Draw.c758 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags); in raw_sendmsg()
/linux-4.1.27/drivers/scsi/esas2r/
Datioctl.h582 u32 tx_flags; member
/linux-4.1.27/drivers/dma/ipu/
Dipu_idmac.c1339 enum dma_transfer_direction direction, unsigned long tx_flags, in idmac_prep_slave_sg() argument
1369 txd->flags = tx_flags; in idmac_prep_slave_sg()
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c354 if (likely(!skb || !(skb_shinfo(skb)->tx_flags & SKBTX_IN_PROGRESS))) in stmmac_get_tx_hwtstamp()
2065 if (unlikely((skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP) && in stmmac_xmit()
2068 skb_shinfo(skb)->tx_flags |= SKBTX_IN_PROGRESS; in stmmac_xmit()
/linux-4.1.27/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_main.c196 if (likely(!(shtx->tx_flags & SKBTX_HW_TSTAMP && adapter->hwts_tx_en))) in pch_tx_timestamp()
199 shtx->tx_flags |= SKBTX_IN_PROGRESS; in pch_tx_timestamp()
214 shtx->tx_flags &= ~SKBTX_IN_PROGRESS; in pch_tx_timestamp()
/linux-4.1.27/drivers/net/ethernet/tile/
Dtilegx.c461 if (unlikely((shtx->tx_flags & SKBTX_HW_TSTAMP) != 0)) { in tile_tx_timestamp()
466 shtx->tx_flags |= SKBTX_IN_PROGRESS; in tile_tx_timestamp()
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
Dxgbe-drv.c1235 skb_shinfo(skb)->tx_flags |= SKBTX_IN_PROGRESS; in xgbe_prep_tx_tstamp()
1341 if ((skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP) && in xgbe_packet_info()
/linux-4.1.27/net/
Dsocket.c591 void __sock_tx_timestamp(const struct sock *sk, __u8 *tx_flags) in __sock_tx_timestamp() argument
593 u8 flags = *tx_flags; in __sock_tx_timestamp()
607 *tx_flags = flags; in __sock_tx_timestamp()
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dmain.c760 skb_shinfo(skb)->tx_flags & SKBTX_WIFI_STATUS && in mwifiex_hard_start_xmit()
/linux-4.1.27/drivers/net/ethernet/broadcom/
Dcnic_defs.h2986 u8 tx_flags; member
3583 struct xstorm_fcoe_context_flags tx_flags; member
3585 struct xstorm_fcoe_context_flags tx_flags; member
Dtg3.c8027 if ((unlikely(skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP)) && in tg3_start_xmit()
8029 skb_shinfo(skb)->tx_flags |= SKBTX_IN_PROGRESS; in tg3_start_xmit()
/linux-4.1.27/net/packet/
Daf_packet.c1713 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags); in packet_sendmsg_spkt()
2150 sock_tx_timestamp(&po->sk, &skb_shinfo(skb)->tx_flags); in tpacket_fill_skb()
2551 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags); in packet_snd()
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Dtxrx.c1326 (skb_shinfo(skb)->tx_flags & SKBTX_WIFI_STATUS); in wil_need_txstat()
/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dipw2200.h480 u8 tx_flags; member
Dipw2200.c7223 tfd->tx_flags &= ~DCT_FLAG_ACK_REQD; in ipw_qos_set_tx_queue_command()
10177 tfd->u.data.tx_flags |= DCT_FLAG_SHORT_PREAMBLE; in ipw_tx_skb()
10185 tfd->u.data.tx_flags |= DCT_FLAG_ACK_REQD; in ipw_tx_skb()
10197 tfd->u.data.tx_flags |= DCT_FLAG_ACK_REQD; in ipw_tx_skb()
10199 tfd->u.data.tx_flags &= ~DCT_FLAG_NO_WEP; in ipw_tx_skb()
10207 tfd->u.data.tx_flags &= ~DCT_FLAG_NO_WEP; in ipw_tx_skb()
10230 tfd->u.data.tx_flags |= DCT_FLAG_NO_WEP; in ipw_tx_skb()
/linux-4.1.27/drivers/net/phy/
Ddp83640.c1442 skb_shinfo(skb)->tx_flags |= SKBTX_IN_PROGRESS; in dp83640_txtstamp()
/linux-4.1.27/drivers/net/ethernet/octeon/
Docteon_mgmt.c1282 re.s.tstamp = ((skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP) != 0); in octeon_mgmt_xmit()
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/
Dtx.c1830 tx_cmd->tx_flags |= TX_CMD_FLG_MH_PAD_MSK; in iwl_trans_pcie_tx()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c3845 if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP)) { in bnx2x_start_xmit()
3851 skb_shinfo(skb)->tx_flags |= SKBTX_IN_PROGRESS; in bnx2x_start_xmit()