Home
last modified time | relevance | path

Searched refs:vmask (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/sys/dev/sfxge/common/
H A Dsiena_phy.c465 __in uint32_t vmask, in siena_phy_decode_stats() argument
474 SIENA_SIMPLE_STAT_SET2(vmask, esmp, smask, stat, OUI); in siena_phy_decode_stats()
479 if (vmask & (1 << MC_CMD_PMA_PMD_SIGNAL)) { in siena_phy_decode_stats()
506 SIENA_SIMPLE_STAT_SET2(vmask, esmp, smask, stat, PCS_LINK_UP); in siena_phy_decode_stats()
507 SIENA_SIMPLE_STAT_SET2(vmask, esmp, smask, stat, PCS_RX_FAULT); in siena_phy_decode_stats()
509 SIENA_SIMPLE_STAT_SET2(vmask, esmp, smask, stat, PCS_BER); in siena_phy_decode_stats()
521 if (vmask & (1 << MC_CMD_PHYXS_SYNC)) { in siena_phy_decode_stats()
538 SIENA_SIMPLE_STAT_SET2(vmask, esmp, smask, stat, AN_LINK_UP); in siena_phy_decode_stats()
539 SIENA_SIMPLE_STAT_SET2(vmask, esmp, smask, stat, AN_COMPLETE); in siena_phy_decode_stats()
555 uint32_t vmask = encp->enc_mcdi_phy_stat_mask; in siena_phy_stats_update() local
[all …]
H A Dsiena_impl.h366 __in uint32_t vmask,
/freebsd-13.1/sbin/ipfw/
H A Dtables.c505 xi.tflags != xie.tflags || xi.vmask != xie.vmask || ( in table_create()
955 uint32_t vmask; in table_modify_record() local
999 xi.vmask = vmask; in table_modify_record()
1125 uint32_t vmask; in table_do_lookup() local
1439 uint32_t vmask; in tentry_fill_key() local
1444 vmask = 0; in tentry_fill_key()
1456 vmask = xi->vmask; in tentry_fill_key()
1493 *pvmask = vmask; in tentry_fill_key()
1557 vmask &= ~flag; in tentry_fill_value()
1656 if (vmask != 0) in tentry_fill_value()
[all …]
/freebsd-13.1/sbin/ggate/ggated/
H A Dggated.c156 unsigned flags, i, vmask; in line_parse() local
159 ip = mask = flags = vmask = 0; in line_parse()
174 vmask = 32; in line_parse()
177 vmask = strtoul(word, NULL, 10); in line_parse()
178 if (vmask == 0 && errno != 0) { in line_parse()
182 if ((unsigned)vmask > 32) { in line_parse()
187 mask = countmask(vmask); in line_parse()
232 ip2str(ex->e_ip), vmask, path, sflags); in line_parse()
/freebsd-13.1/sys/netpfil/ipfw/
H A Dip_fw_table.c84 uint32_t vmask; /* bitmask with supported values */ member
269 xi.vmask = IPFW_VTYPE_LEGACY; in create_table_compat()
587 ts.vmask = tc->vmask; in add_table_entry()
1891 tc->vmask = i->vmask; in create_table_internal()
2073 i->vmask = tc->vmask; in export_table_info()
H A Dip_fw_table_value.c499 mask_table_value(ptei->pvalue, &tval, ts->vmask); in ipfw_link_table_values()
564 mask_table_value(ptei->pvalue, &tval, ts->vmask); in ipfw_link_table_values()
H A Dip_fw_table.h216 uint32_t vmask; member
/freebsd-13.1/sys/netinet/
H A Dip_fw.h984 uint32_t vmask; /* bitmask with value types */ member