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

/freebsd-12-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.h284 struct mlx4_en_tx_info *tx_info; member in struct:mlx4_en_tx_ring
/freebsd-12-stable/sys/dev/ena/
H A Dena_datapath.c192 struct ena_tx_buffer *tx_info = NULL; local
195 tx_info = &tx_ring->tx_buffer_info[req_id];
196 if (tx_info->mbuf != NULL)
199 "tx_info doesn't have valid mbuf\n");
248 struct ena_tx_buffer *tx_info; local
259 tx_info = &tx_ring->tx_buffer_info[req_id];
261 mbuf = tx_info->mbuf;
263 tx_info->mbuf = NULL;
264 bintime_clear(&tx_info->timestamp);
266 bus_dmamap_sync(adapter->tx_buf_tag, tx_info
817 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
930 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.c587 struct ena_tx_buffer *tx_info; local
596 tx_info = &tx_ring->tx_buffer_info[i];
599 nm_info = &tx_info->nm_info;
609 if (tx_info->dmamap != NULL) {
610 bus_dmamap_destroy(tx_tag, tx_info->dmamap);
611 tx_info->dmamap = NULL;
1371 struct ena_tx_buffer *tx_info = &tx_ring->tx_buffer_info[i]; local
1373 if (tx_info->mbuf == NULL)
1387 bus_dmamap_sync(adapter->tx_buf_tag, tx_info->dmamap,
1389 bus_dmamap_unload(adapter->tx_buf_tag, tx_info
[all...]
/freebsd-12-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-12-stable/sys/dev/al_eth/
H A Dal_eth.c1163 struct al_eth_tx_buffer *tx_info; local
1166 tx_info = &tx_ring->tx_buffer_info[next_to_clean];
1168 if (tx_info->tx_descs > total_done)
1171 mbuf = tx_info->m;
1173 tx_info->m = NULL;
1179 bus_dmamap_unload(tx_ring->dma_buf_tag, tx_info->dma_map);
1182 total_done -= tx_info->tx_descs;
1199 al_eth_tx_csum(struct al_eth_ring *tx_ring, struct al_eth_tx_buffer *tx_info, argument
1299 struct al_eth_tx_buffer *tx_info; local
1331 tx_info
[all...]
/freebsd-12-stable/sys/contrib/alpine-hal/
H A Dal_hal_serdes_25g.c1496 void *tx_info)
1498 struct al_serdes_25g_tx_diag_info *info = tx_info;
1493 al_serdes_25g_tx_diag_info_get( struct al_serdes_grp_obj *obj, enum al_serdes_lane lane, void *tx_info) argument
/freebsd-12-stable/sys/net80211/
H A Dieee80211.h923 uint8_t tx_info; member in struct:ieee80211_ie_vht_txpwrenv
/freebsd-12-stable/sbin/ifconfig/
H A Difieee80211.c2836 n = (vhtpwr->tx_info &
2841 printf("<tx_info 0x%02x pwr:[", vhtpwr->tx_info);

Completed in 110 milliseconds