Lines Matching defs:transmit
698 /* total transmit errors */
1166 * @tx_cfg: Cached transmit control settings.
1642 * @override: The flag to override the port receive/transmit settings.
1747 * @cnt: Buffer to store the receive and transmit dropped packet counts.
1984 * @percent: Broadcast storm threshold in percent of transmit rate.
2067 * @percent: Broadcast storm threshold in percent of transmit rate.
2265 * sw_dis_multi_queue - disable transmit multiple queues
2269 * This routine disables the transmit multiple queues selection of the switch
2270 * port. Only single transmit queue on the port.
2472 * No need to turn on transmit because of port direct mode.
3400 /* Setup transmit control. */
3455 static void hw_init_desc(struct ksz_desc_info *desc_info, int transmit)
3482 * @tx_addr: The transmit descriptor base.
3545 * This routine starts the transmit function of the hardware.
3556 * This routine stops the transmit function of the hardware.
3609 /* Keep track of number of transmit descriptors used so far. */
3984 * @transmit: Indication that descriptors are for transmit.
3991 static int ksz_alloc_soft_desc(struct ksz_desc_info *desc_info, int transmit)
3997 hw_init_desc(desc_info, transmit);
4037 /* Allocate receive/transmit descriptors. */
4121 /* Determine the number of receive and transmit descriptors. */
4125 /* Determine how many descriptors to skip transmit interrupt. */
4223 /* Free transmit buffers. */
4349 /* Update transmit statistics. */
4355 * transmit_cleanup - clean up transmit descriptors
4412 * tx_done - transmit done processing
4415 * This routine is called when the transmit interrupt is triggered, indicating
4416 * either a packet is sent successfully or there are transmit errors.
4506 /* Stop the transmit queue until packet is allocated. */
4517 * netdev_tx_timeout - transmit timeout processing
4521 * This routine is called when the transmit timer expires. That indicates the
4522 * hardware is not running correctly because transmit interrupts are not
4523 * triggered to free up resources so that the transmit routine can continue