Home
last modified time | relevance | path

Searched refs:tx_head (Results 51 – 62 of 62) sorted by relevance

123

/openbmc/linux/drivers/net/can/usb/etas_es58x/
H A Des581_4.c377 put_unaligned_le32(priv->tx_head, &tx_can_msg->packet_idx); in es581_4_tx_can_msg()
H A Des58x_fd.c362 tx_can_msg->packet_idx = (u8)priv->tx_head; in es58x_fd_tx_can_msg()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dsdma.h333 u16 tx_head; member
H A Dsdma.c530 return sde->tx_ring[sde->tx_head & sde->sdma_mask]; in get_txhead()
555 sde->tx_ring[sde->tx_head++ & sde->sdma_mask] = NULL; in sdma_flush_descq()
1810 sde->tx_ring[sde->tx_head++ & sde->sdma_mask] = NULL; in sdma_make_progress()
2195 sde->tx_head, in sdma_seqfile_dump_sde()
H A Dverbs.c638 &ps->wait->tx_head); in wait_kmem()
901 &ps->wait->tx_head); in pio_wait()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_cmd.h579 __le16 tx_head; member
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c6359 struct igb_tx_buffer *tx_head = &tx_ring->tx_buffer_info[index]; in igb_xmit_xdp_ring() local
6360 struct igb_tx_buffer *tx_buffer = tx_head; in igb_xmit_xdp_ring()
6374 tx_head->bytecount = xdp_get_frame_len(xdpf); in igb_xmit_xdp_ring()
6375 tx_head->type = IGB_TYPE_XDP; in igb_xmit_xdp_ring()
6376 tx_head->gso_segs = 1; in igb_xmit_xdp_ring()
6377 tx_head->xdpf = xdpf; in igb_xmit_xdp_ring()
6379 olinfo_status = tx_head->bytecount << E1000_ADVTXD_PAYLEN_SHIFT; in igb_xmit_xdp_ring()
6421 netdev_tx_sent_queue(txring_txq(tx_ring), tx_head->bytecount); in igb_xmit_xdp_ring()
6423 tx_head->time_stamp = jiffies; in igb_xmit_xdp_ring()
6429 tx_head->next_to_watch = tx_desc; in igb_xmit_xdp_ring()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_send.c585 buff_offset = (send_ring->tx_head & in dr_fill_write_icm_segs()
595 send_ring->tx_head++; in dr_fill_write_icm_segs()
H A Ddr_types.h1462 u32 tx_head; member
/openbmc/linux/drivers/net/ethernet/cadence/
H A Dmacb.h1219 unsigned int tx_head, tx_tail; member
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c8635 struct ixgbe_tx_buffer *tx_head = &ring->tx_buffer_info[index]; in ixgbe_xmit_xdp_ring() local
8636 struct ixgbe_tx_buffer *tx_buff = tx_head; in ixgbe_xmit_xdp_ring()
8644 tx_head->bytecount = xdp_get_frame_len(xdpf); in ixgbe_xmit_xdp_ring()
8645 tx_head->gso_segs = 1; in ixgbe_xmit_xdp_ring()
8646 tx_head->xdpf = xdpf; in ixgbe_xmit_xdp_ring()
8649 cpu_to_le32(tx_head->bytecount << IXGBE_ADVTXD_PAYLEN_SHIFT); in ixgbe_xmit_xdp_ring()
8687 tx_head->next_to_watch = tx_desc; in ixgbe_xmit_xdp_ring()
8700 if (tx_buff == tx_head) in ixgbe_xmit_xdp_ring()
/openbmc/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1200 netif_queue_stopped(dev), priv->tx_head, priv->tx_tail, in ipoib_timeout()

123