/linux-4.4.14/net/sched/ |
D | act_csum.c | 81 p->update_flags = parm->update_flags; in tcf_csum_init() 322 static int tcf_csum_ipv4(struct sk_buff *skb, u32 update_flags) in tcf_csum_ipv4() argument 336 if (update_flags & TCA_CSUM_UPDATE_FLAG_ICMP) in tcf_csum_ipv4() 342 if (update_flags & TCA_CSUM_UPDATE_FLAG_IGMP) in tcf_csum_ipv4() 348 if (update_flags & TCA_CSUM_UPDATE_FLAG_TCP) in tcf_csum_ipv4() 354 if (update_flags & TCA_CSUM_UPDATE_FLAG_UDP) in tcf_csum_ipv4() 360 if (update_flags & TCA_CSUM_UPDATE_FLAG_UDPLITE) in tcf_csum_ipv4() 367 if (update_flags & TCA_CSUM_UPDATE_FLAG_IPV4HDR) { in tcf_csum_ipv4() 418 static int tcf_csum_ipv6(struct sk_buff *skb, u32 update_flags) in tcf_csum_ipv6() argument 460 if (update_flags & TCA_CSUM_UPDATE_FLAG_ICMP) in tcf_csum_ipv6() [all …]
|
/linux-4.4.14/drivers/s390/char/ |
D | con3270.c | 50 unsigned long update_flags; /* Update indication bits. */ member 97 cp->update_flags |= CON_UPDATE_STATUS; in con3270_update_status() 156 cp->update_flags |= CON_UPDATE_LIST; in con3270_rebuild_update() 224 if (cp->update_flags & CON_UPDATE_ALL) { in con3270_update() 227 cp->update_flags = CON_UPDATE_ERASE | CON_UPDATE_LIST | in con3270_update() 230 if (cp->update_flags & CON_UPDATE_ERASE) { in con3270_update() 243 if (cp->update_flags & CON_UPDATE_STATUS) in con3270_update() 248 if (cp->update_flags & CON_UPDATE_LIST) { in con3270_update() 273 cp->update_flags &= ~updated; in con3270_update() 274 if (cp->update_flags) in con3270_update() [all …]
|
D | tty3270.c | 74 unsigned long update_flags; /* Update indication bits. */ member 158 tp->update_flags |= TTY_UPDATE_INPUT; in tty3270_update_prompt() 200 tp->update_flags |= TTY_UPDATE_STATUS; in tty3270_update_status() 266 tp->update_flags |= TTY_UPDATE_LIST; in tty3270_rebuild_update() 331 tp->update_flags = TTY_UPDATE_ALL; in tty3270_write_callback() 359 if (tp->update_flags & TTY_UPDATE_ALL) { in tty3270_update() 362 tp->update_flags = TTY_UPDATE_ERASE | TTY_UPDATE_LIST | in tty3270_update() 365 if (tp->update_flags & TTY_UPDATE_ERASE) { in tty3270_update() 378 if (tp->update_flags & TTY_UPDATE_STATUS) in tty3270_update() 386 if (tp->update_flags & TTY_UPDATE_INPUT) in tty3270_update() [all …]
|
/linux-4.4.14/sound/pci/echoaudio/ |
D | gina20_dsp.c | 33 static int update_flags(struct echoaudio *chip); 195 static int update_flags(struct echoaudio *chip) in update_flags() function 214 return update_flags(chip); in set_professional_spdif()
|
D | mia_dsp.c | 34 static int update_flags(struct echoaudio *chip); 203 static int update_flags(struct echoaudio *chip) in update_flags() function 223 return update_flags(chip); in set_professional_spdif()
|
D | layla20_dsp.c | 36 static int update_flags(struct echoaudio *chip); 269 static int update_flags(struct echoaudio *chip) in update_flags() function 288 return update_flags(chip); in set_professional_spdif()
|
/linux-4.4.14/include/net/tc_act/ |
D | tc_csum.h | 10 u32 update_flags; member
|
/linux-4.4.14/include/uapi/linux/tc_act/ |
D | tc_csum.h | 29 __u32 update_flags; member
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.c | 4942 test_bit(BNX2X_Q_UPDATE_IN_VLAN_REM, ¶ms->update_flags); in bnx2x_q_fill_update_data() 4945 ¶ms->update_flags); in bnx2x_q_fill_update_data() 4949 test_bit(BNX2X_Q_UPDATE_OUT_VLAN_REM, ¶ms->update_flags); in bnx2x_q_fill_update_data() 4952 ¶ms->update_flags); in bnx2x_q_fill_update_data() 4958 test_bit(BNX2X_Q_UPDATE_ANTI_SPOOF, ¶ms->update_flags); in bnx2x_q_fill_update_data() 4960 test_bit(BNX2X_Q_UPDATE_ANTI_SPOOF_CHNG, ¶ms->update_flags); in bnx2x_q_fill_update_data() 4964 test_bit(BNX2X_Q_UPDATE_ACTIVATE, ¶ms->update_flags); in bnx2x_q_fill_update_data() 4966 test_bit(BNX2X_Q_UPDATE_ACTIVATE_CHNG, ¶ms->update_flags); in bnx2x_q_fill_update_data() 4970 test_bit(BNX2X_Q_UPDATE_DEF_VLAN_EN, ¶ms->update_flags); in bnx2x_q_fill_update_data() 4973 ¶ms->update_flags); in bnx2x_q_fill_update_data() [all …]
|
D | bnx2x_sriov.c | 2370 &q_params.params.update.update_flags); in bnx2x_set_pf_tx_switching() 2373 &q_params.params.update.update_flags); in bnx2x_set_pf_tx_switching() 2376 &q_params.params.update.update_flags); in bnx2x_set_pf_tx_switching() 2887 &update_params->update_flags); in bnx2x_set_vf_vlan() 2889 &update_params->update_flags); in bnx2x_set_vf_vlan() 2896 &update_params->update_flags); in bnx2x_set_vf_vlan() 2898 &update_params->update_flags); in bnx2x_set_vf_vlan() 2904 &update_params->update_flags); in bnx2x_set_vf_vlan() 2906 &update_params->update_flags); in bnx2x_set_vf_vlan()
|
D | bnx2x_sp.h | 901 unsigned long update_flags; /* BNX2X_Q_UPDATE_XX bits */ member
|
D | bnx2x_main.c | 5375 &q_update_params->update_flags); in bnx2x_after_function_update() 5377 &q_update_params->update_flags); in bnx2x_after_function_update() 15183 &q_params.params.update.update_flags); in bnx2x_enable_ptp_packets() 15185 &q_params.params.update.update_flags); in bnx2x_enable_ptp_packets()
|
/linux-4.4.14/fs/btrfs/ |
D | delayed-ref.h | 81 unsigned int update_flags:1; member
|
D | delayed-ref.c | 498 if (ref->extent_op->update_flags) { in update_existing_head_ref() 501 existing_ref->extent_op->update_flags = 1; in update_existing_head_ref()
|
D | extent-tree.c | 914 if (head->extent_op && head->extent_op->update_flags) in btrfs_lookup_extent_info() 2209 if (extent_op->update_flags) { in __run_delayed_extent_op() 2347 BUG_ON(!extent_op || !extent_op->update_flags); in run_delayed_tree_ref() 2991 extent_op->update_flags = 1; in btrfs_set_disk_extent_flags() 7990 extent_op->update_flags = 1; in btrfs_alloc_tree_block()
|
/linux-4.4.14/arch/powerpc/mm/ |
D | hash_utils_64.c | 1214 int rc, ssize, update_flags = 0; in hash_preload() local 1265 update_flags |= HPTE_LOCAL_UPDATE; in hash_preload() 1271 update_flags, ssize); in hash_preload() 1274 rc = __hash_page_4K(ea, access, vsid, ptep, trap, update_flags, in hash_preload()
|
/linux-4.4.14/drivers/md/ |
D | dm-cache-metadata.c | 523 static void update_flags(struct cache_disk_superblock *disk_super, in update_flags() function 582 update_flags(disk_super, mutator); in __begin_transaction_flags() 643 update_flags(disk_super, mutator); in __commit_transaction()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | fw.c | 2228 __be32 update_flags; member 2337 config_dev.update_flags = cpu_to_be32(MLX4_VXLAN_UDP_DPORT); in mlx4_config_vxlan_port() 2350 config_dev.update_flags = cpu_to_be32(MLX4_DISABLE_RX_PORT); in mlx4_disable_rx_port_check()
|