Lines Matching refs:athp

199 			at_atp_t *athp;
228 athp = AT_ATP_HDR(m2);
238 if (rcbp->rc_tid == UAS_VALUE_NTOH(athp->tid) &&
249 (rcbp == NULL && athp->xo)) {
264 rcbp->rc_tid = UAS_VALUE_NTOH(athp->tid);
405 register at_atp_t *athp;
427 athp = AT_ATP_HDR(m);
428 ATP_CLEAR_CONTROL(athp);
429 athp->cmd = ATP_CMD_TREL;
430 UAS_ASSIGN_HTON(athp->tid, trp->tr_tid);
442 register at_atp_t *athp;
503 athp = AT_ATP_HDR(mhdr);
504 ATP_CLEAR_CONTROL(athp);
505 athp->cmd = ATP_CMD_TRESP;
506 athp->bitmap = i;
508 athp->eom = 1; /* for the last fragment */
510 UAL_UAL(athp->user_bytes, bdsp->bdsUserData);
664 at_atp_t *athp;
714 athp = AT_ATP_HDR(m2);
715 ATP_CLEAR_CONTROL(athp);
716 athp->cmd = ATP_CMD_TRESP;
717 athp->bitmap = 0;
718 athp->eom = 1; /* there's only 1 fragment */
722 UAL_UAL(athp->user_bytes, bdsp->bdsUserData);
770 athp = AT_ATP_HDR(mhdr);
771 ATP_CLEAR_CONTROL(athp);
772 athp->cmd = ATP_CMD_TRESP;
773 athp->bitmap = i;
775 athp->eom = 1; /* for the last fragment */
776 UAL_UAL(athp->user_bytes, bdsp->bdsUserData);
1117 register at_atp_t *athp;
1169 athp = AT_ATP_HDR(m2);
1170 athp->cmd = ATP_CMD_TREQ;
1171 UAS_ASSIGN_HTON(athp->tid, trp->tr_tid);
1172 athp->eom = 0;
1173 athp->sts = 0;
1174 trp->tr_xo = athp->xo;
1175 trp->tr_bitmap = athp->bitmap;
1237 register at_atp_t *athp;
1246 athp = AT_ATP_HDR(m);
1252 if ( (rcbp->rc_tid == UAS_VALUE_NTOH(athp->tid)) &&
1263 (rcbp == NULL && athp->xo) ) {
1277 rcbp->rc_tid = UAS_VALUE_NTOH(athp->tid);
1389 register at_atp_t *athp;
1502 athp = AT_ATP_HDR(m2);
1503 athp->cmd = ATP_CMD_TREQ;
1504 UAS_ASSIGN_HTON(athp->tid, trp->tr_tid);
1505 athp->eom = 0;
1506 athp->sts = 0;
1507 trp->tr_xo = athp->xo;
1508 trp->tr_bitmap = athp->bitmap;
1888 at_atp_t *athp;
1895 athp = AT_ATP_HDR(m);
1901 if ( (rcbp->rc_tid == UAS_VALUE_NTOH(athp->tid)) &&