/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_txrx.c | 162 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() 1968 u32 tx_flags, __be16 protocol) in i40e_atr() argument 1993 if (!(tx_flags & (I40E_TX_FLAGS_IPV4 | I40E_TX_FLAGS_IPV6))) in i40e_atr() 1996 if (!(tx_flags & I40E_TX_FLAGS_VXLAN_TUNNEL)) { in i40e_atr() 2003 if (tx_flags & I40E_TX_FLAGS_IPV4) in i40e_atr() 2018 if ((tx_flags & I40E_TX_FLAGS_IPV4) && in i40e_atr() 2021 else if ((tx_flags & I40E_TX_FLAGS_IPV6) && in i40e_atr() 2081 if (!(tx_flags & I40E_TX_FLAGS_VXLAN_TUNNEL)) in i40e_atr() 2124 u32 tx_flags = 0; in i40e_tx_prepare_vlan_flags() local [all …]
|
D | i40e_fcoe.c | 1206 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 …]
|
D | i40e_txrx.h | 183 u32 tx_flags; member 331 struct i40e_tx_buffer *first, u32 tx_flags,
|
D | i40e_main.c | 3589 if (tx_buf->tx_flags & I40E_TX_FLAGS_FD_SB) in i40e_clean_fdir_tx_irq() 3593 tx_buf->tx_flags = 0; in i40e_clean_fdir_tx_irq()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
D | i40e_txrx.c | 54 if (tx_buffer->tx_flags & I40E_TX_FLAGS_FD_SB) in i40e_unmap_and_free_tx_resource() 1398 u32 tx_flags = 0; in i40evf_tx_prepare_vlan_flags() local 1415 tx_flags |= skb_vlan_tag_get(skb) << I40E_TX_FLAGS_VLAN_SHIFT; in i40evf_tx_prepare_vlan_flags() 1416 tx_flags |= I40E_TX_FLAGS_HW_VLAN; in i40evf_tx_prepare_vlan_flags() 1426 tx_flags |= ntohs(vhdr->h_vlan_TCI) << I40E_TX_FLAGS_VLAN_SHIFT; in i40evf_tx_prepare_vlan_flags() 1427 tx_flags |= I40E_TX_FLAGS_SW_VLAN; in i40evf_tx_prepare_vlan_flags() 1431 *flags = tx_flags; in i40evf_tx_prepare_vlan_flags() 1502 static void i40e_tx_enable_csum(struct sk_buff *skb, u32 *tx_flags, in i40e_tx_enable_csum() argument 1522 *tx_flags |= I40E_TX_FLAGS_VXLAN_TUNNEL; in i40e_tx_enable_csum() 1532 if (*tx_flags & I40E_TX_FLAGS_IPV4) { in i40e_tx_enable_csum() [all …]
|
D | i40e_txrx.h | 182 u32 tx_flags; member
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | tx.c | 106 u32 tx_flags = le32_to_cpu(tx_cmd->tx_flags); in iwl_mvm_set_tx_cmd() local 111 tx_flags |= TX_CMD_FLG_ACK; in iwl_mvm_set_tx_cmd() 113 tx_flags &= ~TX_CMD_FLG_ACK; in iwl_mvm_set_tx_cmd() 116 tx_flags |= TX_CMD_FLG_TSF; in iwl_mvm_set_tx_cmd() 119 tx_flags |= TX_CMD_FLG_MORE_FRAG; in iwl_mvm_set_tx_cmd() 124 tx_flags &= ~TX_CMD_FLG_SEQ_CTL; in iwl_mvm_set_tx_cmd() 130 tx_flags |= TX_CMD_FLG_ACK | TX_CMD_FLG_BAR; in iwl_mvm_set_tx_cmd() 140 tx_flags |= TX_CMD_FLG_SEQ_CTL; in iwl_mvm_set_tx_cmd() 142 tx_flags &= ~TX_CMD_FLG_SEQ_CTL; in iwl_mvm_set_tx_cmd() 151 tx_flags |= iwl_mvm_bt_coex_tx_prio(mvm, hdr, info, ac) << in iwl_mvm_set_tx_cmd() [all …]
|
D | mac-ctxt.c | 980 u32 rate, tx_flags; in iwl_mvm_mac_ctxt_send_beacon() local 996 tx_flags = TX_CMD_FLG_SEQ_CTL | TX_CMD_FLG_TSF; in iwl_mvm_mac_ctxt_send_beacon() 997 tx_flags |= in iwl_mvm_mac_ctxt_send_beacon() 1000 beacon_cmd.tx.tx_flags = cpu_to_le32(tx_flags); in iwl_mvm_mac_ctxt_send_beacon()
|
D | fw-api-tx.h | 235 __le32 tx_flags; member
|
D | fw-api-scan.h | 210 __le32 tx_flags; member
|
D | scan.c | 573 tx_cmd[0].tx_flags = cpu_to_le32(TX_CMD_FLG_SEQ_CTL | in iwl_mvm_scan_fill_tx_cmd() 580 tx_cmd[1].tx_flags = cpu_to_le32(TX_CMD_FLG_SEQ_CTL | in iwl_mvm_scan_fill_tx_cmd()
|
D | mvm.h | 1050 tx_cmd->tx_flags |= cpu_to_le32(TX_CMD_FLG_CCMP_AGG); in iwl_mvm_set_tx_cmd_ccmp()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | tx.c | 53 __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 …]
|
D | scan.c | 748 scan->tx_cmd.tx_flags = TX_CMD_FLG_SEQ_CTL_MSK; in iwlagn_request_scan() 772 scan->tx_cmd.tx_flags |= TX_CMD_FLG_IGNORE_BT; in iwlagn_request_scan()
|
D | commands.h | 1263 __le32 tx_flags; /* TX_CMD_FLG_* */ member
|
D | main.c | 151 tx_beacon_cmd->tx.tx_flags = TX_CMD_FLG_SEQ_CTL_MSK | in iwlagn_send_beacon_cmd()
|
/linux-4.4.14/drivers/staging/wilc1000/ |
D | linux_mon.c | 24 u16 tx_flags; member 103 cb_hdr->tx_flags = IEEE80211_RADIOTAP_F_TX_RTS; in WILC_WFI_monitor_rx() 105 cb_hdr->tx_flags = IEEE80211_RADIOTAP_F_TX_FAIL; in WILC_WFI_monitor_rx() 269 cb_hdr->tx_flags = 0x0004; in WILC_WFI_mon_xmit()
|
/linux-4.4.14/include/trace/events/ |
D | net.h | 33 __field( u8, tx_flags ) 54 __entry->tx_flags = skb_shinfo(skb)->tx_flags; 66 __entry->transport_offset, __entry->tx_flags,
|
/linux-4.4.14/drivers/dma/ |
D | virt-dma.h | 55 struct virt_dma_desc *vd, unsigned long tx_flags) in vchan_tx_prep() argument 60 vd->tx.flags = tx_flags; in vchan_tx_prep()
|
D | omap-dma.c | 763 enum dma_transfer_direction dir, unsigned long tx_flags, void *context) in omap_dma_prep_slave_sg() argument 856 return vchan_tx_prep(&c->vc, &d->vd, tx_flags); in omap_dma_prep_slave_sg() 962 size_t len, unsigned long tx_flags) in omap_dma_prep_dma_memcpy() argument 988 if (tx_flags & DMA_PREP_INTERRUPT) in omap_dma_prep_dma_memcpy() 1002 return vchan_tx_prep(&c->vc, &d->vd, tx_flags); in omap_dma_prep_dma_memcpy()
|
D | edma.c | 1028 unsigned long tx_flags, void *context) in edma_prep_slave_sg() argument 1118 return vchan_tx_prep(&echan->vchan, &edesc->vdesc, tx_flags); in edma_prep_slave_sg() 1123 size_t len, unsigned long tx_flags) in edma_prep_dma_memcpy() argument 1218 return vchan_tx_prep(&echan->vchan, &edesc->vdesc, tx_flags); in edma_prep_dma_memcpy() 1224 unsigned long tx_flags) in edma_prep_dma_cyclic() argument 1351 if (tx_flags & DMA_PREP_INTERRUPT) in edma_prep_dma_cyclic() 1359 return vchan_tx_prep(&echan->vchan, &edesc->vdesc, tx_flags); in edma_prep_dma_cyclic()
|
D | moxart-dma.c | 271 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()
|
D | coh901318.c | 2335 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()
|
D | pxa_dma.c | 898 unsigned long tx_flags) in pxad_tx_prep() argument 904 tx = vchan_tx_prep(vc, vd, tx_flags); in pxad_tx_prep() 909 tx_flags); in pxad_tx_prep()
|
D | cppi41.c | 494 enum dma_transfer_direction dir, unsigned long tx_flags, void *context) in cppi41_dma_prep_slave_sg() argument
|
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/ |
D | netdev.c | 1913 struct sk_buff *skb, u32 tx_flags, u8 *hdr_len, in igbvf_tso() argument 1955 if (tx_flags & IGBVF_TX_FLAGS_VLAN) in igbvf_tso() 1956 info |= (tx_flags & IGBVF_TX_FLAGS_VLAN_MASK); in igbvf_tso() 1992 struct sk_buff *skb, u32 tx_flags, in igbvf_tx_csum() argument 2001 (tx_flags & IGBVF_TX_FLAGS_VLAN)) { in igbvf_tx_csum() 2006 if (tx_flags & IGBVF_TX_FLAGS_VLAN) in igbvf_tx_csum() 2007 info |= (tx_flags & IGBVF_TX_FLAGS_VLAN_MASK); in igbvf_tx_csum() 2154 int tx_flags, int count, in igbvf_tx_queue_adv() argument 2166 if (tx_flags & IGBVF_TX_FLAGS_VLAN) in igbvf_tx_queue_adv() 2169 if (tx_flags & IGBVF_TX_FLAGS_TSO) { in igbvf_tx_queue_adv() [all …]
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_main.c | 810 first->tx_flags |= FM10K_TX_FLAGS_CSUM; in fm10k_tso() 897 first->tx_flags |= FM10K_TX_FLAGS_CSUM; in fm10k_tx_csum() 912 static u8 fm10k_tx_desc_flags(struct sk_buff *skb, u32 tx_flags) in fm10k_tx_desc_flags() argument 918 if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP) && in fm10k_tx_desc_flags() 919 likely(skb_shinfo(skb)->tx_flags & SKBTX_IN_PROGRESS)) in fm10k_tx_desc_flags() 923 desc_flags |= FM10K_SET_FLAG(tx_flags, FM10K_TX_FLAGS_CSUM, in fm10k_tx_desc_flags() 980 u32 tx_flags = first->tx_flags; in fm10k_tx_map() local 982 u8 flags = fm10k_tx_desc_flags(skb, tx_flags); in fm10k_tx_map() 1099 u32 tx_flags = 0; in fm10k_xmit_frame_ring() local 1123 first->tx_flags = tx_flags; in fm10k_xmit_frame_ring()
|
D | fm10k_ptp.c | 74 skb_shinfo(clone)->tx_flags |= SKBTX_IN_PROGRESS; in fm10k_ts_tx_enqueue()
|
D | fm10k.h | 83 u16 tx_flags; member
|
D | fm10k_netdev.c | 664 if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP)) in fm10k_xmit_frame()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf_main.c | 3310 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbevf_tso() 3319 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbevf_tso() 3340 vlan_macip_lens |= first->tx_flags & IXGBE_TX_FLAGS_VLAN_MASK; in ixgbevf_tso() 3403 first->tx_flags |= IXGBE_TX_FLAGS_CSUM; in ixgbevf_tx_csum() 3408 vlan_macip_lens |= first->tx_flags & IXGBE_TX_FLAGS_VLAN_MASK; in ixgbevf_tx_csum() 3414 static __le32 ixgbevf_tx_cmd_type(u32 tx_flags) in ixgbevf_tx_cmd_type() argument 3422 if (tx_flags & IXGBE_TX_FLAGS_VLAN) in ixgbevf_tx_cmd_type() 3426 if (tx_flags & IXGBE_TX_FLAGS_TSO) in ixgbevf_tx_cmd_type() 3433 u32 tx_flags, unsigned int paylen) in ixgbevf_tx_olinfo_status() argument 3438 if (tx_flags & IXGBE_TX_FLAGS_CSUM) in ixgbevf_tx_olinfo_status() [all …]
|
D | ixgbevf.h | 64 u32 tx_flags; member
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | sunhme.c | 147 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 …]
|
D | sunbmac.c | 249 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()
|
D | sunbmac.h | 237 u32 tx_flags; member
|
D | sunqe.h | 277 u32 tx_flags; member
|
D | sunqe.c | 536 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()
|
D | sunhme.h | 318 hme32 tx_flags; member
|
D | niu.c | 3563 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.4.14/net/mac80211/ |
D | rc80211_minstrel_ht.h | 91 u32 tx_flags; member
|
D | scan.c | 486 u32 tx_flags; in ieee80211_scan_state_send_probe() local 491 tx_flags = IEEE80211_TX_INTFL_OFFCHAN_TX_OK; in ieee80211_scan_state_send_probe() 493 tx_flags |= IEEE80211_TX_CTL_NO_CCK_RATE; in ieee80211_scan_state_send_probe() 504 tx_flags, local->hw.conf.chandef.chan, true); in ieee80211_scan_state_send_probe()
|
D | rc80211_minstrel_ht.c | 1025 info->flags |= mi->tx_flags; in minstrel_ht_get_rate() 1153 mi->tx_flags |= stbc << IEEE80211_TX_CTL_STBC_SHIFT; in minstrel_ht_update_caps() 1156 mi->tx_flags |= IEEE80211_TX_CTL_LDPC; in minstrel_ht_update_caps()
|
D | mlme.c | 2555 u32 tx_flags = 0; in ieee80211_auth_challenge() local 2564 tx_flags = IEEE80211_TX_CTL_REQ_TX_STATUS | in ieee80211_auth_challenge() 2570 auth_data->key_idx, tx_flags); in ieee80211_auth_challenge() 3704 u32 tx_flags = 0; in ieee80211_auth() local 3743 tx_flags = IEEE80211_TX_CTL_REQ_TX_STATUS | in ieee80211_auth() 3750 tx_flags); in ieee80211_auth() 3752 if (tx_flags == 0) { in ieee80211_auth()
|
D | util.c | 1220 u32 tx_flags) in ieee80211_send_auth() argument 1255 tx_flags; in ieee80211_send_auth() 1563 u32 ratemask, bool directed, u32 tx_flags, in ieee80211_send_probe_req() argument 1572 IEEE80211_SKB_CB(skb)->flags |= tx_flags; in ieee80211_send_probe_req()
|
D | ieee80211_i.h | 1926 u32 tx_flags); 1947 u32 ratemask, bool directed, u32 tx_flags,
|
D | tx.c | 2261 skb_shinfo(skb)->tx_flags & SKBTX_WIFI_STATUS)) { in ieee80211_build_hdr() 2718 if (skb->sk && skb_shinfo(skb)->tx_flags & SKBTX_WIFI_STATUS) in ieee80211_xmit_fast()
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | mn10300-serial.h | 43 u8 tx_flags; /* transmit break/stop request */ member
|
D | mn10300-serial.c | 454 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()
|
D | asm-offsets.c | 96 OFFSET(__tx_flags, mn10300_serial_port, tx_flags); in foo()
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | 3945-mac.c | 414 __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 …]
|
D | 4965-mac.c | 942 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 …]
|
D | 3945.c | 708 __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()
|
D | common.c | 5560 __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()
|
D | commands.h | 1374 __le32 tx_flags; /* TX_CMD_FLG_* */ member 1458 __le32 tx_flags; /* TX_CMD_FLG_* */ member
|
D | common.h | 1969 __le16 fc, __le32 *tx_flags);
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 6966 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbe_tso() 6975 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbe_tso() 6994 vlan_macip_lens |= first->tx_flags & IXGBE_TX_FLAGS_VLAN_MASK; in ixgbe_tso() 7011 if (!(first->tx_flags & IXGBE_TX_FLAGS_HW_VLAN) && in ixgbe_tx_csum() 7012 !(first->tx_flags & IXGBE_TX_FLAGS_CC)) in ixgbe_tx_csum() 7084 first->tx_flags |= IXGBE_TX_FLAGS_CSUM; in ixgbe_tx_csum() 7088 vlan_macip_lens |= first->tx_flags & IXGBE_TX_FLAGS_VLAN_MASK; in ixgbe_tx_csum() 7099 static u32 ixgbe_tx_cmd_type(struct sk_buff *skb, u32 tx_flags) in ixgbe_tx_cmd_type() argument 7107 cmd_type |= IXGBE_SET_FLAG(tx_flags, IXGBE_TX_FLAGS_HW_VLAN, in ixgbe_tx_cmd_type() 7111 cmd_type |= IXGBE_SET_FLAG(tx_flags, IXGBE_TX_FLAGS_TSO, in ixgbe_tx_cmd_type() [all …]
|
D | ixgbe_fcoe.c | 595 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()
|
D | ixgbe.h | 192 u32 tx_flags; member
|
/linux-4.4.14/net/ipv4/ |
D | tcp_offload.c | 22 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()
|
D | ip_output.c | 894 if (cork->tx_flags & SKBTX_ANY_SW_TSTAMP && in __ip_append_data() 1013 skb_shinfo(skb)->tx_flags = cork->tx_flags; in __ip_append_data() 1014 cork->tx_flags = 0; in __ip_append_data() 1150 cork->tx_flags = ipc->tx_flags; in ip_setup_cork() 1559 ipc.tx_flags = 0; in ip_send_unicast_reply()
|
D | raw.c | 380 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags); in raw_send_hdrinc() 543 ipc.tx_flags = 0; in raw_sendmsg() 642 sock_tx_timestamp(sk, &ipc.tx_flags); in raw_sendmsg()
|
D | icmp.c | 415 ipc.tx_flags = 0; in icmp_reply() 700 ipc.tx_flags = 0; in icmp_send()
|
D | ping.c | 741 ipc.tx_flags = 0; in ping_v4_sendmsg() 745 sock_tx_timestamp(sk, &ipc.tx_flags); in ping_v4_sendmsg()
|
D | tcp_output.c | 1119 if (unlikely(shinfo->tx_flags & SKBTX_ANY_TSTAMP) && in tcp_fragment_tstamp() 1122 u8 tsflags = shinfo->tx_flags & SKBTX_ANY_TSTAMP; in tcp_fragment_tstamp() 1124 shinfo->tx_flags &= ~tsflags; in tcp_fragment_tstamp() 1125 shinfo2->tx_flags |= tsflags; in tcp_fragment_tstamp()
|
D | tcp.c | 437 sock_tx_timestamp(sk, &shinfo->tx_flags); in tcp_tx_timestamp() 438 if (shinfo->tx_flags & SKBTX_ANY_TSTAMP) in tcp_tx_timestamp() 955 skb_shinfo(skb)->tx_flags |= SKBTX_SHARED_FRAG; in do_tcp_sendpages()
|
D | udp.c | 910 ipc.tx_flags = 0; in udp_sendmsg() 964 sock_tx_timestamp(sk, &ipc.tx_flags); in udp_sendmsg()
|
D | tcp_input.c | 3088 if ((shinfo->tx_flags & SKBTX_ACK_TSTAMP) && in tcp_ack_tstamp()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_main.c | 1425 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.4.14/drivers/net/wireless/realtek/rtl818x/rtl8180/ |
D | dev.c | 466 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.4.14/fs/exofs/ |
D | ore_raid.c | 221 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.4.14/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 4674 first->tx_flags |= IGB_TX_FLAGS_TSO | in igb_tso() 4682 first->tx_flags |= IGB_TX_FLAGS_TSO | in igb_tso() 4701 vlan_macip_lens |= first->tx_flags & IGB_TX_FLAGS_VLAN_MASK; in igb_tso() 4716 if (!(first->tx_flags & IGB_TX_FLAGS_VLAN)) in igb_tx_csum() 4765 first->tx_flags |= IGB_TX_FLAGS_CSUM; in igb_tx_csum() 4769 vlan_macip_lens |= first->tx_flags & IGB_TX_FLAGS_VLAN_MASK; in igb_tx_csum() 4779 static u32 igb_tx_cmd_type(struct sk_buff *skb, u32 tx_flags) in igb_tx_cmd_type() argument 4787 cmd_type |= IGB_SET_FLAG(tx_flags, IGB_TX_FLAGS_VLAN, in igb_tx_cmd_type() 4791 cmd_type |= IGB_SET_FLAG(tx_flags, IGB_TX_FLAGS_TSO, in igb_tx_cmd_type() 4795 cmd_type |= IGB_SET_FLAG(tx_flags, IGB_TX_FLAGS_TSTAMP, in igb_tx_cmd_type() [all …]
|
D | igb.h | 200 u32 tx_flags; member
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
D | e1000_main.c | 2977 struct e1000_tx_ring *tx_ring, int tx_flags, in e1000_tx_queue() argument 2985 if (likely(tx_flags & E1000_TX_FLAGS_TSO)) { in e1000_tx_queue() 2990 if (likely(tx_flags & E1000_TX_FLAGS_IPV4)) in e1000_tx_queue() 2994 if (likely(tx_flags & E1000_TX_FLAGS_CSUM)) { in e1000_tx_queue() 2999 if (unlikely(tx_flags & E1000_TX_FLAGS_VLAN)) { in e1000_tx_queue() 3001 txd_upper |= (tx_flags & E1000_TX_FLAGS_VLAN_MASK); in e1000_tx_queue() 3004 if (unlikely(tx_flags & E1000_TX_FLAGS_NO_FCS)) in e1000_tx_queue() 3022 if (unlikely(tx_flags & E1000_TX_FLAGS_NO_FCS)) in e1000_tx_queue() 3113 unsigned int tx_flags = 0; in e1000_xmit_frame() local 3224 tx_flags |= E1000_TX_FLAGS_VLAN; in e1000_xmit_frame() [all …]
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.c | 139 unsigned int tx_flags; member 420 decoder->tx_flags = 0; in intel_pt_clear_tx_flags() 425 decoder->tx_flags = decoder->packet.payload & INTEL_PT_IN_TX; in intel_pt_update_in_tx() 953 if (decoder->tx_flags & INTEL_PT_IN_TX) in intel_pt_walk_insn() 974 decoder->tx_flags = decoder->fup_tx_flags; in intel_pt_walk_fup() 1405 if (decoder->tx_flags & INTEL_PT_ABORT_TX) { in intel_pt_walk_fup_tip() 1406 decoder->tx_flags = 0; in intel_pt_walk_fup_tip()
|
/linux-4.4.14/include/net/ |
D | inet_sock.h | 123 u8 tx_flags; member
|
D | sock.h | 2179 void __sock_tx_timestamp(const struct sock *sk, __u8 *tx_flags); 2188 static inline void sock_tx_timestamp(const struct sock *sk, __u8 *tx_flags) in sock_tx_timestamp() argument 2191 __sock_tx_timestamp(sk, tx_flags); in sock_tx_timestamp() 2193 *tx_flags |= SKBTX_WIFI_STATUS; in sock_tx_timestamp()
|
D | ip.h | 62 __u8 tx_flags; member
|
/linux-4.4.14/drivers/net/ethernet/sis/ |
D | sis900.c | 1404 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.4.14/net/ipv6/ |
D | ip6_output.c | 1267 __u8 tx_flags = 0; in __ip6_append_data() local 1328 sock_tx_timestamp(sk, &tx_flags); in __ip6_append_data() 1329 if (tx_flags & SKBTX_ANY_SW_TSTAMP && in __ip6_append_data() 1454 skb_shinfo(skb)->tx_flags = tx_flags; in __ip6_append_data() 1455 tx_flags = 0; in __ip6_append_data()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | netdev.c | 5557 static void e1000_tx_queue(struct e1000_ring *tx_ring, int tx_flags, int count) in e1000_tx_queue() argument 5565 if (tx_flags & E1000_TX_FLAGS_TSO) { in e1000_tx_queue() 5570 if (tx_flags & E1000_TX_FLAGS_IPV4) in e1000_tx_queue() 5574 if (tx_flags & E1000_TX_FLAGS_CSUM) { in e1000_tx_queue() 5579 if (tx_flags & E1000_TX_FLAGS_VLAN) { in e1000_tx_queue() 5581 txd_upper |= (tx_flags & E1000_TX_FLAGS_VLAN_MASK); in e1000_tx_queue() 5584 if (unlikely(tx_flags & E1000_TX_FLAGS_NO_FCS)) in e1000_tx_queue() 5587 if (unlikely(tx_flags & E1000_TX_FLAGS_HWTSTAMP)) { in e1000_tx_queue() 5610 if (unlikely(tx_flags & E1000_TX_FLAGS_NO_FCS)) in e1000_tx_queue() 5699 unsigned int tx_flags = 0; in e1000_xmit_frame() local [all …]
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | ruc.c | 724 qp->s_hdr->tx_flags |= SDMA_TXREQ_F_AHG_COPY; in build_ahg() 733 qp->s_hdr->tx_flags |= SDMA_TXREQ_F_USE_AHG; in build_ahg() 792 qp->s_hdr->tx_flags = 0; in hfi1_make_ruc_header()
|
D | verbs.h | 199 u16 tx_flags; member
|
D | ud.c | 420 qp->s_hdr->tx_flags = 0; in hfi1_make_ud_req()
|
D | verbs.c | 949 ahdr->tx_flags, in build_verbs_tx_desc() 984 ahdr->tx_flags, in build_verbs_tx_desc()
|
/linux-4.4.14/net/core/ |
D | skbuff.c | 591 if (shinfo->tx_flags & SKBTX_DEV_ZEROCOPY) { in skb_release_data() 720 if (skb_shinfo(skb)->tx_flags & SKBTX_DEV_ZEROCOPY) { in skb_tx_error() 726 skb_shinfo(skb)->tx_flags &= ~SKBTX_DEV_ZEROCOPY; in skb_tx_error() 919 skb_shinfo(skb)->tx_flags &= ~SKBTX_DEV_ZEROCOPY; in skb_copy_ubufs() 2554 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()
|
D | dev.c | 3084 if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_SCHED_TSTAMP)) in __dev_queue_xmit()
|
/linux-4.4.14/drivers/net/ethernet/nvidia/ |
D | forcedeth.c | 831 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.4.14/drivers/net/ethernet/adi/ |
D | bfin_mac.c | 836 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.4.14/drivers/net/ethernet/amd/ |
D | amd8111e.h | 657 __le16 tx_flags; member
|
D | amd8111e.c | 347 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.4.14/drivers/net/ethernet/sfc/ |
D | net_driver.h | 1510 return skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP; in efx_xmit_with_hwtstamp() 1514 skb_shinfo(skb)->tx_flags |= SKBTX_IN_PROGRESS; in efx_xmit_hwtstamp_pending()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | xmit.c | 53 int tx_flags, struct ath_txq *txq); 2454 int tx_flags, struct ath_txq *txq) in ath_tx_complete() argument 2467 if (!(tx_flags & ATH_TX_ERROR)) { in ath_tx_complete() 2508 int tx_flags = 0; in ath_tx_complete_buf() local 2511 tx_flags |= ATH_TX_ERROR; in ath_tx_complete_buf() 2529 ath_debug_stat_tx(sc, bf, ts, txq, tx_flags); in ath_tx_complete_buf() 2530 ath_tx_complete(sc, skb, tx_flags, txq); in ath_tx_complete_buf()
|
/linux-4.4.14/include/linux/ |
D | skbuff.h | 334 __u8 tx_flags; member 2257 if (likely(!(skb_shinfo(skb)->tx_flags & SKBTX_DEV_ZEROCOPY))) in skb_orphan_frags() 2712 skb_shinfo(skb)->tx_flags & SKBTX_SHARED_FRAG; in skb_has_shared_frag() 3067 if (skb_shinfo(skb)->tx_flags & SKBTX_SW_TSTAMP && in sw_tx_timestamp() 3068 !(skb_shinfo(skb)->tx_flags & SKBTX_IN_PROGRESS)) in sw_tx_timestamp()
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | cpts.c | 343 if (!(skb_shinfo(skb)->tx_flags & SKBTX_IN_PROGRESS)) in cpts_tx_timestamp()
|
D | cpsw.c | 1400 if (skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP && in cpsw_ndo_start_xmit() 1402 skb_shinfo(skb)->tx_flags |= SKBTX_IN_PROGRESS; in cpsw_ndo_start_xmit()
|
/linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
D | tulip_core.c | 1128 u32 tx_flags = 0x08000000 | 192; in set_rx_mode() local 1135 tx_flags = 0x08400000 | 192; in set_rx_mode() 1172 tx_flags |= DESC_RING_WRAP; /* Wrap ring. */ in set_rx_mode() 1173 tp->tx_ring[entry].length = cpu_to_le32(tx_flags); in set_rx_mode()
|
/linux-4.4.14/drivers/net/ethernet/xscale/ |
D | ixp4xx_eth.c | 335 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.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_tx.c | 850 shinfo->tx_flags & SKBTX_HW_TSTAMP)) { in mlx4_en_xmit() 851 shinfo->tx_flags |= SKBTX_IN_PROGRESS; in mlx4_en_xmit()
|
/linux-4.4.14/Documentation/networking/ |
D | timestamping.txt | 439 - In hard_start_xmit(), check if (skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP) 444 SKBTX_IN_PROGRESS in skb_shinfo(skb)->tx_flags , e.g. with 446 skb_shinfo(skb)->tx_flags |= SKBTX_IN_PROGRESS;
|
/linux-4.4.14/drivers/scsi/bnx2fc/ |
D | bnx2fc_hwi.c | 1489 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()
|
D | 57xx_hsi_bnx2fc.h | 683 u8 tx_flags; member
|
/linux-4.4.14/drivers/net/ |
D | macvtap.c | 822 skb_shinfo(skb)->tx_flags |= SKBTX_DEV_ZEROCOPY; in macvtap_get_user() 823 skb_shinfo(skb)->tx_flags |= SKBTX_SHARED_FRAG; in macvtap_get_user()
|
D | tun.c | 866 sock_tx_timestamp(skb->sk, &skb_shinfo(skb)->tx_flags); in tun_net_xmit() 1255 skb_shinfo(skb)->tx_flags |= SKBTX_DEV_ZEROCOPY; in tun_get_user() 1256 skb_shinfo(skb)->tx_flags |= SKBTX_SHARED_FRAG; in tun_get_user()
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | fec_main.c | 401 if (unlikely(skb_shinfo(skb)->tx_flags & in fec_enet_txq_submit_frag_skb() 520 if (unlikely(skb_shinfo(skb)->tx_flags & in fec_enet_txq_submit_skb() 530 if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP && in fec_enet_txq_submit_skb() 532 skb_shinfo(skb)->tx_flags |= SKBTX_IN_PROGRESS; in fec_enet_txq_submit_skb() 1261 if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_IN_PROGRESS) && in fec_enet_tx_queue()
|
D | gianfar.c | 2341 do_tstamp = (skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP) && in gfar_start_xmit() 2477 skb_shinfo(skb)->tx_flags |= SKBTX_IN_PROGRESS; in gfar_start_xmit() 2686 if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_IN_PROGRESS)) in gfar_clean_tx_ring() 2700 if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_IN_PROGRESS)) { in gfar_clean_tx_ring() 2710 if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_IN_PROGRESS)) { in gfar_clean_tx_ring()
|
/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_main.c | 1304 ((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.4.14/drivers/net/xen-netback/ |
D | interface.c | 57 skb_shinfo(skb)->tx_flags |= SKBTX_DEV_ZEROCOPY; in xenvif_skb_zerocopy_prepare()
|
/linux-4.4.14/net/can/ |
D | raw.c | 758 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags); in raw_sendmsg()
|
/linux-4.4.14/drivers/scsi/esas2r/ |
D | atioctl.h | 582 u32 tx_flags; member
|
/linux-4.4.14/drivers/dma/ipu/ |
D | ipu_idmac.c | 1339 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.4.14/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_main.c | 355 if (likely(!skb || !(skb_shinfo(skb)->tx_flags & SKBTX_IN_PROGRESS))) in stmmac_get_tx_hwtstamp() 2073 if (unlikely((skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP) && in stmmac_xmit() 2076 skb_shinfo(skb)->tx_flags |= SKBTX_IN_PROGRESS; in stmmac_xmit()
|
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_main.c | 196 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.4.14/drivers/net/ethernet/tile/ |
D | tilegx.c | 462 if (unlikely((shtx->tx_flags & SKBTX_HW_TSTAMP) != 0)) { in tile_tx_timestamp() 467 shtx->tx_flags |= SKBTX_IN_PROGRESS; in tile_tx_timestamp()
|
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-drv.c | 1167 skb_shinfo(skb)->tx_flags |= SKBTX_IN_PROGRESS; in xgbe_prep_tx_tstamp() 1273 if ((skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP) && in xgbe_packet_info()
|
/linux-4.4.14/drivers/net/ethernet/renesas/ |
D | ravb_main.c | 1367 skb_shinfo(skb)->tx_flags |= SKBTX_IN_PROGRESS; in ravb_start_xmit() 1404 return (skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP) ? RAVB_NC : in ravb_select_queue()
|
/linux-4.4.14/net/ |
D | socket.c | 589 void __sock_tx_timestamp(const struct sock *sk, __u8 *tx_flags) in __sock_tx_timestamp() argument 591 u8 flags = *tx_flags; in __sock_tx_timestamp() 605 *tx_flags = flags; in __sock_tx_timestamp()
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | lio_main.c | 2529 if (unlikely((skb_shinfo(skb)->tx_flags | SKBTX_IN_PROGRESS) != 0)) { in handle_timestamp() 2791 if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP)) { in liquidio_xmit() 2792 skb_shinfo(skb)->tx_flags |= SKBTX_IN_PROGRESS; in liquidio_xmit()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | cnic_defs.h | 2986 u8 tx_flags; member 3583 struct xstorm_fcoe_context_flags tx_flags; member 3585 struct xstorm_fcoe_context_flags tx_flags; member
|
D | tg3.c | 8027 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.4.14/drivers/net/wireless/mwifiex/ |
D | main.c | 851 skb_shinfo(skb)->tx_flags & SKBTX_WIFI_STATUS && in mwifiex_hard_start_xmit()
|
/linux-4.4.14/net/packet/ |
D | af_packet.c | 1934 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags); in packet_sendmsg_spkt() 2359 sock_tx_timestamp(&po->sk, &skb_shinfo(skb)->tx_flags); in tpacket_fill_skb() 2771 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags); in packet_snd()
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | ipw2200.h | 480 u8 tx_flags; member
|
D | ipw2200.c | 7223 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.4.14/drivers/net/phy/ |
D | dp83640.c | 1460 skb_shinfo(skb)->tx_flags |= SKBTX_IN_PROGRESS; in dp83640_txtstamp()
|
/linux-4.4.14/drivers/net/ethernet/octeon/ |
D | octeon_mgmt.c | 1282 re.s.tstamp = ((skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP) != 0); in octeon_mgmt_xmit()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/ |
D | tx.c | 1878 tx_cmd->tx_flags |= TX_CMD_FLG_MH_PAD_MSK; in iwl_trans_pcie_tx()
|
/linux-4.4.14/drivers/net/wireless/ath/wil6210/ |
D | txrx.c | 1722 (skb_shinfo(skb)->tx_flags & SKBTX_WIFI_STATUS); in wil_need_txstat()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.c | 3910 if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP)) { in bnx2x_start_xmit() 3916 skb_shinfo(skb)->tx_flags |= SKBTX_IN_PROGRESS; in bnx2x_start_xmit()
|