Searched refs:tx_head (Results 51 - 61 of 61) sorted by relevance

123

/linux-master/drivers/net/can/rcar/
H A Drcar_canfd.c535 u32 tx_head; /* Incremented on xmit */ member in struct:rcar_canfd_channel
1136 if (priv->tx_head - priv->tx_tail <= unsent) {
1550 can_put_echo_skb(skb, ndev, priv->tx_head % RCANFD_FIFO_DEPTH, 0);
1553 priv->tx_head++;
1556 if (priv->tx_head - priv->tx_tail >= RCANFD_FIFO_DEPTH)
/linux-master/drivers/infiniband/hw/hfi1/
H A Dsdma.h333 u16 tx_head; member in struct:sdma_engine
H A Dsdma.c530 return sde->tx_ring[sde->tx_head & sde->sdma_mask];
555 sde->tx_ring[sde->tx_head++ & sde->sdma_mask] = NULL;
1810 sde->tx_ring[sde->tx_head++ & sde->sdma_mask] = NULL;
2195 sde->tx_head,
H A Dverbs.c638 &ps->wait->tx_head);
901 &ps->wait->tx_head);
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_cmd.h579 __le16 tx_head; member in struct:hclge_cfg_tx_queue_pointer_cmd
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_send.c585 buff_offset = (send_ring->tx_head &
595 send_ring->tx_head++;
H A Ddr_types.h1459 u32 tx_head; member in struct:mlx5dr_send_ring
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_main.c6359 struct igb_tx_buffer *tx_head = &tx_ring->tx_buffer_info[index]; local
6360 struct igb_tx_buffer *tx_buffer = tx_head;
6374 tx_head->bytecount = xdp_get_frame_len(xdpf);
6375 tx_head->type = IGB_TYPE_XDP;
6376 tx_head->gso_segs = 1;
6377 tx_head->xdpf = xdpf;
6379 olinfo_status = tx_head->bytecount << E1000_ADVTXD_PAYLEN_SHIFT;
6421 netdev_tx_sent_queue(txring_txq(tx_ring), tx_head->bytecount);
6423 tx_head->time_stamp = jiffies;
6429 tx_head
[all...]
/linux-master/drivers/net/ethernet/cadence/
H A Dmacb.h1218 /* Lock to protect tx_head and tx_tail */
1220 unsigned int tx_head, tx_tail; member in struct:macb_queue
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c8665 struct ixgbe_tx_buffer *tx_head = &ring->tx_buffer_info[index]; local
8666 struct ixgbe_tx_buffer *tx_buff = tx_head;
8674 tx_head->bytecount = xdp_get_frame_len(xdpf);
8675 tx_head->gso_segs = 1;
8676 tx_head->xdpf = xdpf;
8679 cpu_to_le32(tx_head->bytecount << IXGBE_ADVTXD_PAYLEN_SHIFT);
8717 tx_head->next_to_watch = tx_desc;
8730 if (tx_buff == tx_head)
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1199 "queue stopped %d, tx_head %u, tx_tail %u, global_tx_head %u, global_tx_tail %u\n",
1200 netif_queue_stopped(dev), priv->tx_head, priv->tx_tail,
1747 /* priv->tx_head, tx_tail and global_tx_tail/head are already 0 */

Completed in 495 milliseconds

123