Home
last modified time | relevance | path

Searched refs:ISP_SWAP32 (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/isp/
HDisp_freebsd.h662 #define ISP_SWAP32(isp, s) bswap32(s) macro
HDisp_library.c938 *b++ = ISP_SWAP32(isp, *a++); in isp_put_request_t7()
947 *b++ = ISP_SWAP32(isp, *a++); in isp_put_request_t7()
975 *b++ = ISP_SWAP32(isp, *a++); in isp_put_24xx_tmf()
1094 d[i] = ISP_SWAP32(isp, s[i]); in isp_get_24xx_response()
2760 *b++ = ISP_SWAP32(isp, *a++); in isp_put_ctio7()
2937 *b++ = ISP_SWAP32(isp, *a++); in isp_get_ctio7()
HDisp.c3669 if (((ISP_SWAP32(isp, rsp.snscb_fc4_features[FC4_SCSI / 8]) >> in isp_gff_id()