| /freebsd-13.1/sys/dev/bhnd/ |
| H A D | bhndreg.h | 88 #define BHND_CCS_GET_BITS(_value, _field) \ argument 90 #define BHND_CCS_SET_BITS(_value, _field) \ argument
|
| /freebsd-13.1/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_data_bcmreg.h | 35 #define BCM_NVRAM_GET_BITS(_value, _field) \ argument 38 #define BCM_NVRAM_SET_BITS(_value, _field, _bits) \ argument
|
| H A D | bhnd_nvram_storevar.h | 53 #define BHND_NVSTORE_GET_BITS(_value, _field) \ argument
|
| /freebsd-13.1/sys/dev/sfxge/common/ |
| H A D | efx_types.h | 130 #define EFX_VAL(_field, _attribute) \ argument 134 #define EFX_LOW_BIT(_field) \ argument 138 #define EFX_WIDTH(_field) \ argument 142 #define EFX_HIGH_BIT(_field) \ argument 150 #define EFX_MASK64(_field) \ argument 158 #define EFX_MASK32(_field) \ argument 167 #define EFX_MASK16(_field) \ argument 176 #define EFX_MASK8(_field) \ argument 473 #define EFX_DWORD_FIELD(_dword, _field) \ argument 477 #define EFX_WORD_FIELD(_word, _field) \ argument [all …]
|
| H A D | efx_mcdi.h | 270 #define MCDI_IN_SET_DWORD_FIELD(_emr, _ofst, _field, _value) \ argument 391 #define MCDI_OUT_WORD_FIELD(_emr, _ofst, _field) \ argument 399 #define MCDI_OUT_DWORD_FIELD(_emr, _ofst, _field) \ argument 403 #define MCDI_EV_FIELD(_eqp, _field) \ argument 406 #define MCDI_CMD_DWORD_FIELD(_edp, _field) \ argument
|
| H A D | siena_mac.c | 266 #define SIENA_MAC_STAT_READ(_esmp, _field, _eqp) \ argument
|
| H A D | mcdi_mon.c | 45 #define MCDI_STATIC_SENSOR_ASSERT(_field) \ argument
|
| H A D | ef10_mac.c | 601 #define EF10_MAC_STAT_READ(_esmp, _field, _eqp) \ argument
|
| /freebsd-13.1/sys/dev/axgbe/ |
| H A D | xgbe-common.h | 1455 #define XGMAC_GET_BITS(_var, _prefix, _field) \ argument 1465 #define XGMAC_GET_BITS_LE(_var, _prefix, _field) \ argument 1485 #define XGMAC_IOREAD_BITS(_pdata, _reg, _field) \ argument 1556 #define XPCS_GET_BITS(_var, _prefix, _field) \ argument 1594 #define XSIR0_IOREAD_BITS(_pdata, _reg, _field) \ argument 1614 #define XSIR1_IOREAD_BITS(_pdata, _reg, _field) \ argument 1637 #define XRXTX_IOREAD_BITS(_pdata, _reg, _field) \ argument 1657 #define XP_GET_BITS(_var, _prefix, _field) \ argument 1670 #define XP_IOREAD_BITS(_pdata, _reg, _field) \ argument 1691 #define XI2C_GET_BITS(_var, _prefix, _field) \ argument [all …]
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | coex.h | 136 #define BT_MBOX_MSG(_notif, _num, _field) \ argument 140 #define BT_MBOX_PRINT(_num, _field, _end) \ argument
|
| /freebsd-13.1/sys/netpfil/pf/ |
| H A D | pf_osfp.c | 356 #define MATCH_INT(_MOD, _DC, _field) \ in pf_osfp_find() argument
|
| /freebsd-13.1/sys/dev/bhnd/bcma/ |
| H A D | bcma_dmp.h | 49 #define BCMA_DMP_GET_BITS(_value, _field) \ argument 51 #define BHND_DMP_SET_BITS(_value, _field) \ argument
|
| /freebsd-13.1/sys/netpfil/ipfw/nat64/ |
| H A D | nat64clat_control.c | 390 #define __COPY_STAT_FIELD(_cfg, _stats, _field) \ argument
|
| H A D | nat64stl_control.c | 395 #define __COPY_STAT_FIELD(_cfg, _stats, _field) \ argument
|
| H A D | nat64lsn_control.c | 262 #define __COPY_STAT_FIELD(_cfg, _stats, _field) \ argument
|
| /freebsd-13.1/sys/dev/ath/ |
| H A D | if_athvar.h | 423 #define ATH_TXQ_INSERT_HEAD(_tq, _elm, _field) do { \ argument 427 #define ATH_TXQ_INSERT_TAIL(_tq, _elm, _field) do { \ argument 431 #define ATH_TXQ_REMOVE(_tq, _elm, _field) do { \ argument 436 #define ATH_TXQ_LAST(_tq, _field) TAILQ_LAST(&(_tq)->axq_q, _field) argument 441 #define ATH_TID_INSERT_HEAD(_tq, _elm, _field) do { \ argument 446 #define ATH_TID_INSERT_TAIL(_tq, _elm, _field) do { \ argument 451 #define ATH_TID_REMOVE(_tq, _elm, _field) do { \ argument 457 #define ATH_TID_LAST(_tq, _field) TAILQ_LAST(&(_tq)->tid_q, _field) argument 462 #define ATH_TID_FILT_INSERT_HEAD(_tq, _elm, _field) do { \ argument 467 #define ATH_TID_FILT_INSERT_TAIL(_tq, _elm, _field) do { \ argument [all …]
|
| /freebsd-13.1/sys/net/route/ |
| H A D | route_var.h | 104 #define _CHK_ROUTE_FIELD(_route_new, _field) \ argument
|
| /freebsd-13.1/sys/arm64/arm64/ |
| H A D | identcpu.c | 256 #define MRS_FIELD_VALUE_NONE_IMPL(_reg, _field, _none, _impl) \ argument 260 #define MRS_FIELD_VALUE_COUNT(_reg, _field, _desc) \ argument
|
| /freebsd-13.1/sys/netpfil/ipfw/nptv6/ |
| H A D | nptv6.c | 813 #define __COPY_STAT_FIELD(_cfg, _stats, _field) \ argument
|
| /freebsd-13.1/sys/dev/bhnd/cores/pmu/ |
| H A D | bhnd_pmureg.h | 32 #define BHND_PMU_GET_BITS(_value, _field) \ argument 34 #define BHND_PMU_SET_BITS(_value, _field) \ argument
|
| /freebsd-13.1/sys/dev/virtio/block/ |
| H A D | virtio_blk.c | 1164 #define VTBLK_GET_CONFIG(_dev, _feature, _field, _cfg) \ argument
|
| /freebsd-13.1/sys/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300phy.h | 847 #define AR_PHY_65NM(_field) offsetof(struct radio65_reg, _field) argument 1895 #define AR_PHY_PMU(_field) offsetof(struct pmu_reg, _field) argument 1898 #define AR_PHY_JUPITER_PMU(_field) offsetof(struct radio65_reg, _field) argument 1905 #define AR_PHY_GLB(_field) offsetof(struct glb_reg, _field) argument
|
| /freebsd-13.1/sys/dev/virtio/console/ |
| H A D | virtio_console.c | 464 #define VTCON_GET_CONFIG(_dev, _feature, _field, _cfg) \ argument
|
| /freebsd-13.1/sys/dev/virtio/scsi/ |
| H A D | virtio_scsi.c | 445 #define VTSCSI_GET_CONFIG(_dev, _field, _cfg) \ argument
|
| /freebsd-13.1/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_mcp.c | 65 #define DRV_MB_WR(_p_hwfn, _p_ptt, _field, _val) \ argument 69 #define DRV_MB_RD(_p_hwfn, _p_ptt, _field) \ argument
|