Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/virtio/scsi/
H A Dvirtio_scsivar.h180 #define vtscsi_dprintf_req(_req, _level, _msg, _args ...) do { \ argument
181 struct vtscsi_softc *__sc = (_req)->vsr_softc; \
183 vtscsi_printf_req(_req, __FUNCTION__, _msg, ##_args); \
/freebsd-13.1/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-13.1/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-13.1/sys/xen/interface/io/
H A Dring.h243 #define RING_COPY_REQUEST(_r, _idx, _req) do { \ argument
245 *(_req) = *(volatile typeof(_req))RING_GET_REQUEST(_r, _idx); \
/freebsd-13.1/tools/test/netfibs/
H A Dreflector.sh703 local _fib _o i _rstr _c _req _p _opts
728 _req=`echo "RESULT ${_rstr}" | nc -V ${_fib} -6 -l ${CTRLPORT}`
729 print_debug "$? -- ${_req} -- RESULT ${_rstr}"
H A Dforwarding.sh547 local _fib _o i _rstr _c _req _p _opts base
591 _req=`printf "${_rstr}" | nc -6 -l $((${CTRLPORT} - 1))`
592 print_debug "$? -- ${_req} -- ${_rstr}"
/freebsd-13.1/sys/sys/
H A Dptrace.h207 int cpu_ptrace(struct thread *_td, int _req, void *_addr, int _data);
/freebsd-13.1/sys/net80211/
H A Dieee80211_ioctl.h552 #define IEEE80211_REGDOMAIN_SPACE(_req) \ argument
553 IEEE80211_REGDOMAIN_SIZE((_req)->chaninfo.ic_nchans)
/freebsd-13.1/sys/dev/sfxge/common/
H A Def10_nic.c1093 #define CAP_FLAGS1(_req, _flag) \ in ef10_get_datapath_caps() argument
1094 (MCDI_OUT_DWORD((_req), GET_CAPABILITIES_OUT_FLAGS1) & \ in ef10_get_datapath_caps()
1097 #define CAP_FLAGS2(_req, _flag) \ in ef10_get_datapath_caps() argument
1098 (((_req).emr_out_length_used >= MC_CMD_GET_CAPABILITIES_V2_OUT_LEN) && \ in ef10_get_datapath_caps()
1099 (MCDI_OUT_DWORD((_req), GET_CAPABILITIES_V2_OUT_FLAGS2) & \ in ef10_get_datapath_caps()
/freebsd-13.1/sys/nfs/
H A Dbootp_subr.c137 } _req; member
138 #define ireq _req._ifreq
139 #define iareq _req._in_alias_req
/freebsd-13.1/sys/net/
H A Difdi_if.m415 struct ifi2creq *_req;