Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_flow.c631 switch (nmode) { in ch_rte_parse_nat()
666 uint8_t *nmode, in ch_rte_parse_atype_switch() argument
738 *nmode |= 1 << 0; in ch_rte_parse_atype_switch()
751 *nmode |= 1 << 1; in ch_rte_parse_atype_switch()
764 *nmode |= 1 << 0; in ch_rte_parse_atype_switch()
777 *nmode |= 1 << 1; in ch_rte_parse_atype_switch()
795 *nmode |= 1 << 2; in ch_rte_parse_atype_switch()
813 *nmode |= 1 << 3; in ch_rte_parse_atype_switch()
867 uint8_t nmode = 0, nat_ipv4 = 0, nat_ipv6 = 0; in cxgbe_rtef_parse_actions() local
942 ret = ch_rte_parse_atype_switch(a, items, &nmode, fs, in cxgbe_rtef_parse_actions()
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/
H A Ddelegate_common.kshlib1324 typeset nmode omode
1328 nmode="on"
1330 nmode="off"
1333 log_note "$user zfs set $perm=$nmode $fs"
1334 user_run $user zfs set $perm=$nmode $fs
1335 if [[ $(get_prop $perm $fs) != $nmode ]]; then