Searched refs:isphdr_t (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/sys/dev/isp/
H A Disp_library.h89 void isp_put_hdr(ispsoftc_t *, isphdr_t *, isphdr_t *);
90 void isp_get_hdr(ispsoftc_t *, isphdr_t *, isphdr_t *);
91 int isp_get_response_type(ispsoftc_t *, isphdr_t *);
H A Dispmbox.h360 } isphdr_t; typedef in typeref:struct:__anon10413
418 isphdr_t req_header;
433 isphdr_t mrk_header;
444 isphdr_t mrk_header;
464 isphdr_t req_header;
480 isphdr_t req_header;
496 isphdr_t req_header;
513 isphdr_t req_header;
549 isphdr_t req_header;
566 isphdr_t req_heade
[all...]
H A Disp_freebsd.h146 #define ATPD_SET_SEQNO(hdrp, atp) ((isphdr_t *)hdrp)->rqs_seqno &= ~ATPD_SEQ_MASK, ((isphdr_t *)hdrp)->rqs_seqno |= (atp)->seqno
147 #define ATPD_GET_SEQNO(hdrp) (((isphdr_t *)hdrp)->rqs_seqno & ATPD_SEQ_MASK)
148 #define ATPD_GET_NCAM(hdrp) ((((isphdr_t *)hdrp)->rqs_seqno & ATPD_SEQ_NOTIFY_CAM) != 0)
H A Disp_target.c131 isphdr_t *hp;
159 type = isp_get_response_type(isp, (isphdr_t *)vptr);
416 uint8_t etype = ((isphdr_t *) ap)->rqs_entry_type;
846 if (IS_24XX(isp) && arg != NULL && (((isphdr_t *)arg)->rqs_entry_type == RQSTYPE_ATIO)) {
898 ISP_MEMCPY(storage, arg, sizeof (isphdr_t));
H A Disp_library.c76 type = ((isphdr_t *)fqe)->rqs_entry_type;
190 ((isphdr_t *)fqe)->rqs_entry_count = nqe;
675 isp_put_hdr(ispsoftc_t *isp, isphdr_t *hpsrc, isphdr_t *hpdst)
691 isp_get_hdr(ispsoftc_t *isp, isphdr_t *hpsrc, isphdr_t *hpdst)
707 isp_get_response_type(ispsoftc_t *isp, isphdr_t *hp)
2111 type = ((isphdr_t *)fqe)->rqs_entry_type;
2209 ((isphdr_t *)fqe)->rqs_entry_count = nqe;
H A Disp_freebsd.c2775 if (IS_24XX(isp) && mp->nt_lreserved && ((isphdr_t *)mp->nt_lreserved)->rqs_entry_type == RQSTYPE_ATIO) {
2814 if (IS_24XX(isp) && mp->nt_lreserved && ((isphdr_t *)mp->nt_lreserved)->rqs_entry_type == RQSTYPE_ABTS_RCVD) {
2982 if (((isphdr_t *)notify->nt_lreserved)->rqs_entry_type == RQSTYPE_ABTS_RCVD) {
4457 isphdr_t *hp;
4460 hp = va_arg(ap, isphdr_t *);
H A Disp.c100 static int isp_handle_other_response(ispsoftc_t *, int, isphdr_t *, uint32_t *);
5090 isphdr_t *hp;
5097 isp_get_hdr(isp, addr, (isphdr_t *)qe);
5098 hp = (isphdr_t *)qe;
5176 isphdr_t *hp;
5184 hp = (isphdr_t *) ISP_QUEUE_ENTRY(isp->isp_result, optr);
6150 isp_handle_other_response(ispsoftc_t *isp, int type, isphdr_t *hp, uint32_t *optrp)

Completed in 96 milliseconds