Home
last modified time | relevance | path

Searched refs:_req (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dbnxt_re-abi.h102 #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 Dvirtio_scsivar.h178 #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 Dsnmpclient.h140 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 Dif_athvar.h1340 #define ath_hal_getrxfifodepth(_ah, _qtype, _req) \ argument
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) \
1355 #define ath_hal_setrxbufsize(_ah, _req) \ argument
[all …]
/freebsd/sbin/ifconfig/
H A Difconfig.h154 #define ioctl_ctx(ctx, _req, ...) ioctl((ctx)->io_s, _req, ## __VA_ARGS__) argument
/freebsd/tools/test/netfibs/
H A Dreflector.sh702 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 Dforwarding.sh546 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 Dptrace.h222 int cpu_ptrace(struct thread *_td, int _req, void *_addr, int _data);
/freebsd/sys/net80211/
H A Dieee80211_ioctl.h550 #define IEEE80211_REGDOMAIN_SPACE(_req) \ argument
551 IEEE80211_REGDOMAIN_SIZE((_req)->chaninfo.ic_nchans)
/freebsd/sys/dev/sfxge/common/
H A Def10_nic.c1091 #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 Difdi_if.m317 struct ifi2creq *_req;
/freebsd/sys/nfs/
H A Dbootp_subr.c135 } _req; member
136 #define ireq _req._ifreq
137 #define iareq _req._in_alias_req