Searched refs:bmask (Results 26 - 27 of 27) sorted by relevance

12

/freebsd-current/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c385 BWN_PHY_SETMASK(mac, addr, ~(rf_ctrl->bmask),
3752 uint16_t bmask, val, tmp; local
3807 bmask = BWN_NPHY_TXPCTL_CMD_COEFF |
3812 bmask |= BWN_NPHY_TXPCTL_CMD_PCTLEN;
3816 BWN_PHY_SETMASK(mac, BWN_NPHY_TXPCTL_CMD, ~(bmask), val);
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c2865 * Marks every named object index used by dynamic states with bit in @bmask.
2866 * Returns number of named objects accounted in bmask via @nocnt.
2870 ipfw_dyn_get_count(uint32_t *bmask, int *nocnt) argument
2881 if (ipfw_mark_object_kidx(bmask, IPFW_TLV_STATE_NAME, \

Completed in 114 milliseconds

12