HomeSort by: relevance | last modified time | path
    Searched refs:ct_hdr_t (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/ic/
isp_stds.h 131 } ct_hdr_t; typedef in typeref:struct:__anona583cb230608
142 ct_hdr_t rftid_hdr;
isp_library.h 152 void isp_get_ct_hdr(ispsoftc_t *isp, ct_hdr_t *, ct_hdr_t *);
153 void isp_put_ct_hdr(ispsoftc_t *isp, ct_hdr_t *, ct_hdr_t *);
ispmbox.h 1510 ct_hdr_t snscb_cthdr;
1518 ct_hdr_t snscb_cthdr;
1538 ct_hdr_t snscb_cthdr;
1544 ct_hdr_t snscb_cthdr;
1550 ct_hdr_t snscb_cthdr;
1557 #define SNS_RFT_ID_RESP_SIZE (sizeof (ct_hdr_t))
isp.c 3248 ct_hdr_t clocal;
3252 ct_hdr_t *ct;
3302 isp_put_ct_hdr(isp, ct, (ct_hdr_t *) &scp[XTXOFF]);
4035 ct_hdr_t *ct;
4057 pt->ctp_rsp_bcnt = sizeof (ct_hdr_t);
4064 pt->ctp_dataseg[1].ds_count = sizeof (ct_hdr_t);
4081 ct->ct_bcnt_resid = (sizeof (rft_id_t) - sizeof (ct_hdr_t)) >> 2;
4092 ISP_MEMZERO(&scp[ZTXOFF], sizeof (ct_hdr_t));
4120 isp_get_ct_hdr(isp, (ct_hdr_t *) &scp[IGPOFF], ct);
isp_library.c 1969 isp_get_ct_hdr(ispsoftc_t *isp, ct_hdr_t *src, ct_hdr_t *dst)
1988 isp_put_ct_hdr(ispsoftc_t *isp, ct_hdr_t *src, ct_hdr_t *dst)

Completed in 22 milliseconds