isphdr_t
switch (((isphdr_t *)addr)->rqs_entry_type) {
isphdr_t *hp;
hp = (isphdr_t *) ISP_QUEUE_ENTRY(isp->isp_result, cptr);
hp = (isphdr_t *)ISP_QUEUE_ENTRY(isp->isp_result, sptr);
isp_handle_control(ispsoftc_t *isp, isphdr_t *hp)
isp_handle_rpt_id_acq(ispsoftc_t *isp, isphdr_t *hp)
static int isp_handle_control(ispsoftc_t *, isphdr_t *);
static void isp_handle_rpt_id_acq(ispsoftc_t *, isphdr_t *);
if (mp->nt_lreserved && ((isphdr_t *)mp->nt_lreserved)->rqs_entry_type == RQSTYPE_ATIO) {
if (mp->nt_lreserved && ((isphdr_t *)mp->nt_lreserved)->rqs_entry_type == RQSTYPE_ABTS_RCVD)
if (((isphdr_t *)notify->nt_lreserved)->rqs_entry_type == RQSTYPE_ABTS_RCVD) {
isphdr_t *hp;
hp = va_arg(ap, isphdr_t *);
#define ATPD_SET_SEQNO(hdrp, atp) ((isphdr_t *)hdrp)->rqs_seqno &= ~ATPD_SEQ_MASK, ((isphdr_t *)hdrp)->rqs_seqno |= (atp)->seqno
#define ATPD_GET_SEQNO(hdrp) (((isphdr_t *)hdrp)->rqs_seqno & ATPD_SEQ_MASK)
#define ATPD_GET_NCAM(hdrp) ((((isphdr_t *)hdrp)->rqs_seqno & ATPD_SEQ_NOTIFY_CAM) != 0)
((isphdr_t *)fqe)->rqs_entry_count = nqe;
uint8_t etype = ((isphdr_t *)src)->rqs_entry_type;
isp_get_hdr(isp, src, (isphdr_t *)dst);
etype = ((isphdr_t *)dst)->rqs_entry_type;
isp_put_hdr(ispsoftc_t *isp, isphdr_t *hpsrc, isphdr_t *hpdst)
isp_get_hdr(ispsoftc_t *isp, isphdr_t *hpsrc, isphdr_t *hpdst)
isp_get_response_type(ispsoftc_t *isp, isphdr_t *hp)
type = ((isphdr_t *)fqe)->rqs_entry_type;
void isp_put_hdr(ispsoftc_t *, isphdr_t *, isphdr_t *);
void isp_get_hdr(ispsoftc_t *, isphdr_t *, isphdr_t *);
int isp_get_response_type(ispsoftc_t *, isphdr_t *);
isphdr_t *hp;
type = isp_get_response_type(isp, (isphdr_t *)vptr);
if (((isphdr_t *)arg)->rqs_entry_type == RQSTYPE_ATIO)
isphdr_t ridacq_hdr;
isphdr_t els_hdr;
isphdr_t in_header;
isphdr_t na_header;
isphdr_t ct_header;
isphdr_t abts_header;
isphdr_t abts_rsp_header;
isphdr_t mrk_header;
isphdr_t req_header;
isphdr_t tmf_header;
isphdr_t abrt_header;
isphdr_t req_header;
isphdr_t req_header;
isphdr_t req_header;
isphdr_t ctp_header;
isphdr_t vp_ctrl_hdr;
isphdr_t vp_mod_hdr;
isphdr_t plogx_header;