Lines Matching defs:uint16_t

71 	uint16_t	dv_conf1;
72 uint16_t dv_clock; /* clock frequency */
187 uint16_t isp_selection_timeout;
188 uint16_t isp_max_queue_depth;
206 uint16_t actv_flags; /* current device flags */
207 uint16_t goal_flags; /* goal device flags */
208 uint16_t nvrm_flags; /* nvram device flags */
379 uint16_t handle;
396 uint16_t prli_word0; /* PRLI parameters */
397 uint16_t prli_word3; /* PRLI parameters */
398 uint16_t new_prli_word0; /* Incoming new PRLI parameters */
399 uint16_t new_prli_word3; /* Incoming new PRLI parameters */
400 uint16_t : 12,
444 uint16_t isp_fwoptions;
445 uint16_t isp_xfwoptions;
446 uint16_t isp_zfwoptions;
447 uint16_t isp_loopid; /* hard loop id */
448 uint16_t isp_sns_hdl; /* N-port handle for SNS */
449 uint16_t isp_lasthdl; /* only valid for channel 0 */
450 uint16_t isp_maxalloc;
451 uint16_t isp_fabric_params;
452 uint16_t isp_login_hdl; /* Logging in handle */
538 uint16_t isp_fwrev[3]; /* Loaded F/W revision */
539 uint16_t isp_maxcmds; /* max possible I/O cmds */
543 uint16_t isp_nchan; /* number of channels */
575 volatile uint16_t isp_mboxtmp[MAX_MAILBOX];
576 volatile uint16_t isp_lastmbxcmd; /* last mbox command sent */
577 volatile uint16_t isp_seqno; /* running sequence number */
784 #define DMA_WD3(x) (((uint16_t)(((uint64_t)x) >> 48)) & 0xffff)
785 #define DMA_WD2(x) (((uint16_t)(((uint64_t)x) >> 32)) & 0xffff)
786 #define DMA_WD1(x) ((uint16_t)((x) >> 16) & 0xffff)
787 #define DMA_WD0(x) ((uint16_t)((x) & 0xffff))
822 void isp_intr_async(ispsoftc_t *, uint16_t event);
823 void isp_intr_mbox(ispsoftc_t *, uint16_t mbox0);
1084 * ISP_IOXPUT_16(ispsoftc_t *, uint16_t srcval, uint16_t *dstptr)
1088 * ISP_IOXGET_16(ispsoftc_t *, uint16_t *srcptr, uint16_t dstrval)
1091 * ISP_SWIZZLE_NVRAM_WORD(ispsoftc_t *, uint16_t *)
1093 * ISP_SWAP16(ispsoftc_t *, uint16_t srcval)