Searched refs:tx_info (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c98 ring->tx_info = kzalloc_node(tmp, GFP_KERNEL, node);
99 if (!ring->tx_info) {
100 ring->tx_info = kzalloc(tmp, GFP_KERNEL);
101 if (!ring->tx_info) {
110 &ring->tx_info[x].dma_map);
114 ring->tx_info[x].dma_map);
120 en_dbg(DRV, priv, "Allocated tx_info ring at addr:%p size:%d\n",
121 ring->tx_info, tmp);
180 bus_dmamap_destroy(ring->dma_tag, ring->tx_info[x].dma_map);
182 vfree(ring->tx_info);
274 struct mlx4_en_tx_info *tx_info = &ring->tx_info[index]; local
293 struct mlx4_en_tx_info *tx_info; local
644 struct mlx4_en_tx_info *tx_info; local
[all...]
H A Den.h283 struct mlx4_en_tx_info *tx_info; member in struct:mlx4_en_tx_ring
/freebsd-11-stable/sys/dev/ena/
H A Dena_datapath.c190 struct ena_tx_buffer *tx_info = NULL; local
193 tx_info = &tx_ring->tx_buffer_info[req_id];
194 if (tx_info->mbuf != NULL)
197 "tx_info doesn't have valid mbuf\n");
246 struct ena_tx_buffer *tx_info; local
257 tx_info = &tx_ring->tx_buffer_info[req_id];
259 mbuf = tx_info->mbuf;
261 tx_info->mbuf = NULL;
262 bintime_clear(&tx_info->timestamp);
264 bus_dmamap_sync(adapter->tx_buf_tag, tx_info
802 ena_tx_map_mbuf(struct ena_ring *tx_ring, struct ena_tx_buffer *tx_info, struct mbuf *mbuf, void **push_hdr, u16 *header_len) argument
915 struct ena_tx_buffer *tx_info; local
[all...]
H A Dena_netmap.c394 struct ena_tx_buffer *tx_info; local
411 tx_info = &tx_ring->tx_buffer_info[req_id];
412 tx_info->num_of_bufs = 0;
413 tx_info->nm_info.sockets_used = 0;
415 rc = ena_netmap_tx_map_slots(ctx, tx_info, &push_hdr, &header_len,
423 ena_tx_ctx.ena_bufs = tx_info->bufs;
425 ena_tx_ctx.num_bufs = tx_info->num_of_bufs;
449 ena_netmap_unmap_last_socket_chain(ctx, tx_info);
460 tx_info->tx_descs = nb_hw_desc;
464 for (unsigned int i = 0; i < tx_info
550 ena_netmap_tx_map_slots(struct ena_netmap_ctx *ctx, struct ena_tx_buffer *tx_info, void **push_hdr, uint16_t *header_len, uint16_t *packet_len) argument
781 ena_netmap_unmap_last_socket_chain(struct ena_netmap_ctx *ctx, struct ena_tx_buffer *tx_info) argument
841 struct ena_tx_buffer *tx_info; local
[all...]
H A Dena.c582 struct ena_tx_buffer *tx_info; local
591 tx_info = &tx_ring->tx_buffer_info[i];
594 nm_info = &tx_info->nm_info;
604 if (tx_info->dmamap != NULL) {
605 bus_dmamap_destroy(tx_tag, tx_info->dmamap);
606 tx_info->dmamap = NULL;
1366 struct ena_tx_buffer *tx_info = &tx_ring->tx_buffer_info[i]; local
1368 if (tx_info->mbuf == NULL)
1382 bus_dmamap_sync(adapter->tx_buf_tag, tx_info->dmamap,
1384 bus_dmamap_unload(adapter->tx_buf_tag, tx_info
[all...]
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_rxtx.c57 union lio_tx_info *tx_info; local
188 tx_info = (union lio_tx_info *)&ndata.cmd.cmd3.ossp[0];
191 tx_info->s.gso_size = m_head->m_pkthdr.tso_segsz;
192 tx_info->s.gso_segs = howmany(m_head->m_pkthdr.len,
207 if (tx_info->s.gso_segs)
208 stats->tx_done += tx_info->s.gso_segs;
/freebsd-11-stable/sys/net80211/
H A Dieee80211.h856 uint8_t tx_info; member in struct:ieee80211_ie_vht_txpwrenv
/freebsd-11-stable/sbin/ifconfig/
H A Difieee80211.c2603 n = (vhtpwr->tx_info &
2608 printf("<tx_info 0x%02x pwr:[", vhtpwr->tx_info);

Completed in 139 milliseconds