Searched refs:update_flags (Results 1 – 4 of 4) sorted by relevance
5163 ¶ms->update_flags); in ecore_q_fill_update_data()5166 ¶ms->update_flags); in ecore_q_fill_update_data()5171 ¶ms->update_flags); in ecore_q_fill_update_data()5174 ¶ms->update_flags); in ecore_q_fill_update_data()5181 ¶ms->update_flags); in ecore_q_fill_update_data()5184 ¶ms->update_flags); in ecore_q_fill_update_data()5191 ¶ms->update_flags); in ecore_q_fill_update_data()5196 ¶ms->update_flags); in ecore_q_fill_update_data()5199 ¶ms->update_flags); in ecore_q_fill_update_data()5204 ¶ms->update_flags); in ecore_q_fill_update_data()[all …]
1366 unsigned long update_flags; /* ECORE_Q_UPDATE_XX bits */ member
2372 __be32 update_flags; member2483 config_dev.update_flags = cpu_to_be32(MLX4_VXLAN_UDP_DPORT); in mlx4_config_vxlan_port()2496 config_dev.update_flags = cpu_to_be32(MLX4_DISABLE_RX_PORT); in mlx4_disable_rx_port_check()2509 config_dev.update_flags = cpu_to_be32(MLX4_ROCE_V2_UDP_DPORT); in mlx4_config_roce_v2_port()
126543 int update_flags, /* True for UPDATE, False for INSERT */126552 assert( update_flags==0126553 || update_flags==OPFLAG_ISUPDATE126554 || update_flags==(OPFLAG_ISUPDATE|OPFLAG_SAVEPOSITION)126573 pik_flags |= (update_flags & OPFLAG_SAVEPOSITION);126574 if( update_flags==0 ){126588 pik_flags |= (update_flags?update_flags:OPFLAG_LASTROWID);