HomeSort by: relevance | last modified time | path
    Searched defs:spkt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
aic79xx.c 8045 struct initiator_status *spkt; local in function:ahd_calc_residual
8083 spkt = &hscb->shared_data.istatus;
8084 resid_sgptr = ahd_le32toh(spkt->residual_sgptr);
8109 resid = ahd_le32toh(spkt->residual_datacnt) & AHD_SG_LEN_MASK;
aic7xxx.c 6079 struct status_pkt *spkt; local in function:ahc_calc_residual
6111 spkt = &hscb->shared_data.status;
6112 resid_sgptr = ahc_le32toh(spkt->residual_sg_ptr);
6128 resid = ahc_le32toh(spkt->residual_datacnt) & AHC_SG_LEN_MASK;

Completed in 21 milliseconds