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

/freebsd-13-stable/sys/dev/sfxge/common/
H A Dsiena_phy.c465 __in uint32_t vmask,
474 SIENA_SIMPLE_STAT_SET2(vmask, esmp, smask, stat, OUI);
475 SIENA_SIMPLE_STAT_SET2(vmask, esmp, smask, stat, PMA_PMD_LINK_UP);
476 SIENA_SIMPLE_STAT_SET2(vmask, esmp, smask, stat, PMA_PMD_RX_FAULT);
477 SIENA_SIMPLE_STAT_SET2(vmask, esmp, smask, stat, PMA_PMD_TX_FAULT);
479 if (vmask & (1 << MC_CMD_PMA_PMD_SIGNAL)) {
497 SIENA_SIMPLE_STAT_SET(vmask, esmp, smask, stat, MC_CMD_PMA_PMD_SNR_A,
499 SIENA_SIMPLE_STAT_SET(vmask, esmp, smask, stat, MC_CMD_PMA_PMD_SNR_B,
501 SIENA_SIMPLE_STAT_SET(vmask, esmp, smask, stat, MC_CMD_PMA_PMD_SNR_C,
503 SIENA_SIMPLE_STAT_SET(vmask, esm
463 siena_phy_decode_stats( __in efx_nic_t *enp, __in uint32_t vmask, __in_opt efsys_mem_t *esmp, __out_opt uint64_t *smaskp, __inout_ecount_opt(EFX_PHY_NSTATS) uint32_t *stat) argument
555 uint32_t vmask = encp->enc_mcdi_phy_stat_mask; local
[all...]
H A Dsiena_impl.h366 __in uint32_t vmask,
/freebsd-13-stable/sbin/ipfw/
H A Dtables.c67 char *arg, uint8_t type, uint32_t vmask);
69 uint32_t vmask, int print_ip);
452 xi.vmask = fset;
489 if (xi.vmask == 0)
490 xi.vmask = IPFW_VTYPE_LEGACY;
505 xi.tflags != xie.tflags || xi.vmask != xie.vmask || (
774 table_print_valheader(char *buf, size_t bufsize, uint32_t vmask) argument
777 if (vmask == IPFW_VTYPE_LEGACY) {
783 print_flags_buffer(buf, bufsize, tablevaltypes, vmask);
955 uint32_t vmask; local
1125 uint32_t vmask; local
1439 uint32_t vmask; local
1512 tentry_fill_value(ipfw_obj_header *oh __unused, ipfw_obj_tentry *tent, char *arg, uint8_t type __unused, uint32_t vmask) argument
1787 table_show_value(char *buf, size_t bufsize, ipfw_table_value *v, uint32_t vmask, int print_ip) argument
2050 uint32_t i, vmask; local
[all...]
/freebsd-13-stable/sbin/ggate/ggated/
H A Dggated.c156 unsigned flags, i, vmask; local
159 ip = mask = flags = vmask = 0;
174 vmask = 32;
177 vmask = strtoul(word, NULL, 10);
178 if (vmask == 0 && errno != 0) {
182 if ((unsigned)vmask > 32) {
187 mask = countmask(vmask);
232 ip2str(ex->e_ip), vmask, path, sflags);
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table.h216 uint32_t vmask; member in struct:tableop_state
H A Dip_fw_table.c70 * vmask represents bitmask of table values which are present at the moment.
84 uint32_t vmask; /* bitmask with supported values */ member in struct:table_config
269 xi.vmask = IPFW_VTYPE_LEGACY;
587 ts.vmask = tc->vmask;
1891 tc->vmask = i->vmask;
2073 i->vmask = tc->vmask;
H A Dip_fw_table_value.c499 mask_table_value(ptei->pvalue, &tval, ts->vmask);
564 mask_table_value(ptei->pvalue, &tval, ts->vmask);
629 * vmask value.
/freebsd-13-stable/sys/netinet/
H A Dip_fw.h984 uint32_t vmask; /* bitmask with value types */ member in struct:_ipfw_xtable_info

Completed in 110 milliseconds