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

  /src/sys/arch/arm/gemini/
if_gpn.c 237 ipm_gpn_ack_desc_t * const agd = &sc->sc_ack_desc; local in function:gpn_ack_txid
238 agd->agd_txids[agd->agd_subtype] = txid;
239 if (++agd->agd_subtype == __arraycount(agd->agd_txids)) {
240 agd->agd_subtype += GPN_ACK0;
242 gemini_ipm_produce(agd, 1);
243 agd->agd_subtype = 0;
525 const ipm_gpn_ack_desc_t * const agd = desc; local in function:gpn_ipm_handler
531 case GPN_ACK14: gpn_free_txid(sc, agd->agd_txids[13]); /* FALLTHROUGH *
    [all...]

Completed in 11 milliseconds