Home
last modified time | relevance | path

Searched refs:old_flags (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_ethdev.c1638 uint32_t old_flags; in bnxt_promiscuous_enable_op() local
1654 old_flags = vnic->flags; in bnxt_promiscuous_enable_op()
1658 vnic->flags = old_flags; in bnxt_promiscuous_enable_op()
1667 uint32_t old_flags; in bnxt_promiscuous_disable_op() local
1683 old_flags = vnic->flags; in bnxt_promiscuous_disable_op()
1687 vnic->flags = old_flags; in bnxt_promiscuous_disable_op()
1696 uint32_t old_flags; in bnxt_allmulticast_enable_op() local
1712 old_flags = vnic->flags; in bnxt_allmulticast_enable_op()
1716 vnic->flags = old_flags; in bnxt_allmulticast_enable_op()
1725 uint32_t old_flags; in bnxt_allmulticast_disable_op() local
[all …]
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c4901 uint32_t old_flags; in bbr_remxt_tmr() local
4913 old_flags = rsm->r_flags; in bbr_remxt_tmr()
4916 bbr_log_type_rsmclear(bbr, cts, rsm, old_flags, __LINE__); in bbr_remxt_tmr()
5392 uint32_t old_flags; in bbr_update_rsm() local
5394 old_flags = rsm->r_flags; in bbr_update_rsm()
5396 bbr_log_type_rsmclear(bbr, cts, rsm, old_flags, __LINE__); in bbr_update_rsm()