Lines Matching defs:transmit
766 /* total transmit errors */
1234 * @tx_cfg: Cached transmit control settings.
1719 * @override: The flag to override the port receive/transmit settings.
1824 * @cnt: Buffer to store the receive and transmit dropped packet counts.
2137 * @percent: Broadcast storm threshold in percent of transmit rate.
2220 * @percent: Broadcast storm threshold in percent of transmit rate.
2560 * sw_dis_multi_queue - disable transmit multiple queues
2564 * This routine disables the transmit multiple queues selection of the switch
2565 * port. Only single transmit queue on the port.
2784 * No need to turn on transmit because of port direct mode.
3773 /* Setup transmit control. */
3828 static void hw_init_desc(struct ksz_desc_info *desc_info, int transmit)
3855 * @tx_addr: The transmit descriptor base.
3918 * This routine starts the transmit function of the hardware.
3929 * This routine stops the transmit function of the hardware.
3982 /* Keep track of number of transmit descriptors used so far. */
4357 * @transmit: Indication that descriptors are for transmit.
4364 static int ksz_alloc_soft_desc(struct ksz_desc_info *desc_info, int transmit)
4370 hw_init_desc(desc_info, transmit);
4410 /* Allocate receive/transmit descriptors. */
4494 /* Determine the number of receive and transmit descriptors. */
4498 /* Determine how many descriptors to skip transmit interrupt. */
4596 /* Free transmit buffers. */
4722 /* Update transmit statistics. */
4728 * transmit_cleanup - clean up transmit descriptors
4785 * transmit_done - transmit done processing
4788 * This routine is called when the transmit interrupt is triggered, indicating
4789 * either a packet is sent successfully or there are transmit errors.
4879 /* Stop the transmit queue until packet is allocated. */
4890 * netdev_tx_timeout - transmit timeout processing
4894 * This routine is called when the transmit timer expires. That indicates the
4895 * hardware is not running correctly because transmit interrupts are not
4896 * triggered to free up resources so that the transmit routine can continue