Lines Matching full:mailboxes
46 #define HECC_MAX_MAILBOXES 32 /* hardware mailboxes - do not change */
50 * TX mailboxes should be restricted to the number of SKB buffers to avoid
51 * maintaining SKB buffers separately. TX mailboxes should be a power of 2
53 * and lower mailboxes for TX.
70 * The remaining mailboxes are used for reception and are delivered
376 /* Prepare configured mailboxes to receive messages */ in ti_hecc_start()
419 /* Disable interrupts and disable mailboxes */ in ti_hecc_stop()
456 * The transmit mailboxes start from 0 to HECC_MAX_TX_MBOX. In HECC the
459 * is transmitted first. Only when two mailboxes have the same value in
465 * transmit mailboxes we choose the next priority level (lower) and so on
467 * when we stop transmission until all mailboxes are transmitted and then
472 * is stopped when all the mailboxes are busy or when there is a priority
773 /* offload RX mailboxes and let NAPI deliver them */ in ti_hecc_interrupt()