/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | bnxt_re-abi.h | 102 #define BNXT_RE_IS_DBR_PACING_NOTIFY_CQ(_req) \ argument 103 (_req.comp_mask & BNXT_RE_COMP_MASK_CQ_REQ_HAS_CAP_MASK && \ 104 _req.cq_capability & BNXT_RE_COMP_MASK_CQ_REQ_CAP_DBR_PACING_NOTIFY) 106 #define BNXT_RE_IS_DBR_RECOV_CQ(_req) \ argument 107 (_req.comp_mask & BNXT_RE_COMP_MASK_CQ_REQ_HAS_CAP_MASK && \ 108 _req.cq_capability & BNXT_RE_COMP_MASK_CQ_REQ_CAP_DBR_RECOVERY)
|
/freebsd/sys/dev/virtio/scsi/ |
H A D | virtio_scsivar.h | 178 #define vtscsi_dprintf_req(_req, _level, _msg, _args ...) do { \ argument 179 struct vtscsi_softc *__sc = (_req)->vsr_softc; \ 181 vtscsi_printf_req(_req, __FUNCTION__, _msg, ##_args); \
|
/freebsd/contrib/bsnmp/lib/ |
H A D | snmpclient.h | 140 int snmp_pdu_check(const struct snmp_pdu *_req, const struct snmp_pdu *_resp); 194 int snmp_dialog(struct snmp_pdu *_req, struct snmp_pdu *_resp);
|
/freebsd/sys/dev/ath/ |
H A D | if_athvar.h | 1340 #define ath_hal_getrxfifodepth(_ah, _qtype, _req) \ argument 1341 (ath_hal_getcapability(_ah, HAL_CAP_RXFIFODEPTH, _qtype, _req) \ 1343 #define ath_hal_getntxmaps(_ah, _req) \ argument 1344 (ath_hal_getcapability(_ah, HAL_CAP_NUM_TXMAPS, 0, _req) \ 1346 #define ath_hal_gettxdesclen(_ah, _req) \ argument 1347 (ath_hal_getcapability(_ah, HAL_CAP_TXDESCLEN, 0, _req) \ 1349 #define ath_hal_gettxstatuslen(_ah, _req) \ argument 1350 (ath_hal_getcapability(_ah, HAL_CAP_TXSTATUSLEN, 0, _req) \ 1352 #define ath_hal_getrxstatuslen(_ah, _req) \ argument 1353 (ath_hal_getcapability(_ah, HAL_CAP_RXSTATUSLEN, 0, _req) \ [all …]
|
/freebsd/tools/test/netfibs/ |
H A D | reflector.sh | 702 local _fib _o i _rstr _c _req _p _opts 727 _req=`echo "RESULT ${_rstr}" | nc -V ${_fib} -6 -l ${CTRLPORT}` 728 print_debug "$? -- ${_req} -- RESULT ${_rstr}"
|
H A D | forwarding.sh | 546 local _fib _o i _rstr _c _req _p _opts base 590 _req=`printf "${_rstr}" | nc -6 -l $((${CTRLPORT} - 1))` 591 print_debug "$? -- ${_req} -- ${_rstr}"
|
/freebsd/sys/sys/ |
H A D | ptrace.h | 222 int cpu_ptrace(struct thread *_td, int _req, void *_addr, int _data);
|
/freebsd/sys/net80211/ |
H A D | ieee80211_ioctl.h | 550 #define IEEE80211_REGDOMAIN_SPACE(_req) \ argument 551 IEEE80211_REGDOMAIN_SIZE((_req)->chaninfo.ic_nchans)
|
/freebsd/sys/dev/sfxge/common/ |
H A D | ef10_nic.c | 1091 #define CAP_FLAGS1(_req, _flag) \ in ef10_get_datapath_caps() argument 1092 (MCDI_OUT_DWORD((_req), GET_CAPABILITIES_OUT_FLAGS1) & \ in ef10_get_datapath_caps() 1095 #define CAP_FLAGS2(_req, _flag) \ in ef10_get_datapath_caps() argument 1096 (((_req).emr_out_length_used >= MC_CMD_GET_CAPABILITIES_V2_OUT_LEN) && \ in ef10_get_datapath_caps() 1097 (MCDI_OUT_DWORD((_req), GET_CAPABILITIES_V2_OUT_FLAGS2) & \ in ef10_get_datapath_caps()
|
/freebsd/sys/net/ |
H A D | ifdi_if.m | 317 struct ifi2creq *_req;
|
/freebsd/sys/nfs/ |
H A D | bootp_subr.c | 135 } _req; member 136 #define ireq _req._ifreq 137 #define iareq _req._in_alias_req
|