Home | History | Annotate | Download | only in ic

Lines Matching defs:mailbox

1255 	 * Set the mailbox count to precisely the number of HW CCBs
1256 * available. A mailbox isn't required while a CCB is executing,
1260 * This will keep the mailbox count small on boards which don't
1353 struct bha_mailbox mailbox;
1359 * Set up the mailbox. We always run the mailbox in round-robin.
1389 * Give the mailbox to the board.
1391 mailbox.cmd.opcode = BHA_MBX_INIT_EXTENDED;
1392 mailbox.cmd.nmbx = sc->sc_mbox_count;
1393 ltophys(sc->sc_dmamap_mbox->dm_segs[0].ds_addr, mailbox.cmd.addr);
1395 sizeof(mailbox.cmd), (u_char *)&mailbox.cmd,
1468 * Put the CCB in the mailbox.
1498 * Finalize the execution of CCBs in our incoming mailbox.
1517 * we use all mailbox slots.
1566 * what if the mailbox was already received?
1606 * Mailbox management functions.
1612 * Create the mailbox structures. Helper function for bha_attach().
1615 * mailbox! It expects:
1652 "unable to create mailbox DMA map, error = %d\n", error);
1660 "unable to load mailbox DMA map, error = %d\n", error);