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

/freebsd-9.3-release/sys/dev/isp/
H A Disp_library.h93 void isp_put_hdr(ispsoftc_t *, isphdr_t *, isphdr_t *);
94 void isp_get_hdr(ispsoftc_t *, isphdr_t *, isphdr_t *);
95 int isp_get_response_type(ispsoftc_t *, isphdr_t *);
H A Dispmbox.h321 } isphdr_t; typedef in typeref:struct:__anon8075
379 isphdr_t req_header;
394 isphdr_t mrk_header;
405 isphdr_t mrk_header;
425 isphdr_t req_header;
441 isphdr_t req_header;
456 isphdr_t req_header;
473 isphdr_t req_header;
509 isphdr_t req_header;
526 isphdr_t req_heade
[all...]
H A Disp_freebsd.h142 #define ATPD_SET_SEQNO(hdrp, atp) ((isphdr_t *)hdrp)->rqs_seqno &= ~ATPD_SEQ_MASK, ((isphdr_t *)hdrp)->rqs_seqno |= (atp)->seqno
143 #define ATPD_GET_SEQNO(hdrp) (((isphdr_t *)hdrp)->rqs_seqno & ATPD_SEQ_MASK)
144 #define ATPD_GET_NCAM(hdrp) ((((isphdr_t *)hdrp)->rqs_seqno & ATPD_SEQ_NOTIFY_CAM) != 0)
H A Disp_target.c138 isphdr_t *hp;
170 type = isp_get_response_type(isp, (isphdr_t *)vptr);
529 uint8_t etype = ((isphdr_t *) ap)->rqs_entry_type;
1059 if (IS_24XX(isp) && arg != NULL && (((isphdr_t *)arg)->rqs_entry_type == RQSTYPE_ATIO)) {
1110 ISP_MEMCPY(storage, arg, sizeof (isphdr_t));
1145 ISP_MEMCPY(storage, arg, sizeof (isphdr_t));
H A Disp_library.c76 type = ((isphdr_t *)fqe)->rqs_entry_type;
187 ((isphdr_t *)fqe)->rqs_entry_count = nqe;
799 isp_put_hdr(ispsoftc_t *isp, isphdr_t *hpsrc, isphdr_t *hpdst)
815 isp_get_hdr(ispsoftc_t *isp, isphdr_t *hpsrc, isphdr_t *hpdst)
831 isp_get_response_type(ispsoftc_t *isp, isphdr_t *hp)
2154 type = ((isphdr_t *)fqe)->rqs_entry_type;
2253 ((isphdr_t *)fqe)->rqs_entry_count = nqe;
H A Disp_freebsd.c3298 if (IS_24XX(isp) && mp->nt_lreserved && ((isphdr_t *)mp->nt_lreserved)->rqs_entry_type == RQSTYPE_ATIO) {
3328 if (IS_24XX(isp) && mp->nt_lreserved && ((isphdr_t *)mp->nt_lreserved)->rqs_entry_type == RQSTYPE_ABTS_RCVD) {
3489 if (((isphdr_t *)notify->nt_lreserved)->rqs_entry_type == RQSTYPE_ABTS_RCVD) {
5947 isphdr_t *hp;
5950 hp = va_arg(ap, isphdr_t *);
H A Disp.c106 static int isp_handle_other_response(ispsoftc_t *, int, isphdr_t *, uint32_t *);
5086 isphdr_t *hp;
5093 isp_get_hdr(isp, addr, (isphdr_t *)qe);
5094 hp = (isphdr_t *)qe;
5189 isphdr_t *hp;
5197 hp = (isphdr_t *) ISP_QUEUE_ENTRY(isp->isp_result, optr);
6154 isp_handle_other_response(ispsoftc_t *isp, int type, isphdr_t *hp, uint32_t *optrp)

Completed in 122 milliseconds