| /freebsd-14.2/sys/dev/cxgbe/tom/ |
| H A D | t4_cpl_io.c | 90 struct ofld_tx_sdesc *txsd = &toep->txsd[toep->txsd_pidx]; in send_flowc_wr() local 191 struct ofld_tx_sdesc *txsd = &toep->txsd[toep->txsd_pidx]; in update_tx_rate_limit() local 685 txsd = &toep->txsd[toep->txsd_pidx]; in t4_push_frames() 875 txsd++; in t4_push_frames() 878 txsd = &toep->txsd[0]; in t4_push_frames() 1216 txsd++; in t4_push_pdus() 1219 txsd = &toep->txsd[0]; in t4_push_pdus() 1873 txsd = &toep->txsd[toep->txsd_cidx]; in do_fw4_ack() 1881 txsd++; in do_fw4_ack() 1886 txsd = &toep->txsd[0]; in do_fw4_ack() [all …]
|
| H A D | t4_tls.c | 155 struct ofld_tx_sdesc *txsd; in tls_program_key_id() local 193 txsd = &toep->txsd[toep->txsd_pidx]; in tls_program_key_id() 194 txsd->tx_credits = DIV_ROUND_UP(TLS_KEY_WR_SZ, 16); in tls_program_key_id() 195 txsd->plen = 0; in tls_program_key_id() 196 toep->tx_credits -= txsd->tx_credits; in tls_program_key_id() 498 struct ofld_tx_sdesc *txsd; in t4_push_ktls() local 535 txsd = &toep->txsd[toep->txsd_pidx]; in t4_push_ktls() 697 txsd->plen = m->m_len; in t4_push_ktls() 698 txsd->tx_credits = credits; in t4_push_ktls() 699 txsd++; in t4_push_ktls() [all …]
|
| H A D | t4_tom.c | 134 len = offsetof(struct toepcb, txsd) + in alloc_toepcb() 862 struct ofld_tx_sdesc *txsd; in send_mss_flowc_wr() local 884 txsd = &toep->txsd[toep->txsd_pidx]; in send_mss_flowc_wr() 885 txsd->tx_credits = flowclen16; in send_mss_flowc_wr() 886 txsd->plen = 0; in send_mss_flowc_wr() 887 toep->tx_credits -= txsd->tx_credits; in send_mss_flowc_wr()
|
| H A D | t4_tom.h | 251 struct ofld_tx_sdesc txsd[]; member
|
| /freebsd-14.2/sys/dev/cxgbe/crypto/ |
| H A D | t6_kern_tls.c | 1113 struct tx_sdesc *txsd; in ktls_write_tcp_options() local 1197 txsd->m = NULL; in ktls_write_tcp_options() 1207 struct tx_sdesc *txsd; in ktls_write_tunnel_packet() local 1301 txsd->m = m; in ktls_write_tunnel_packet() 1318 struct tx_sdesc *txsd; in ktls_write_tls_wr() local 1595 txsd->m = NULL; in ktls_write_tls_wr() 1843 txsd->m = m; in ktls_write_tls_wr() 1845 txsd->m = NULL; in ktls_write_tls_wr() 1855 struct tx_sdesc *txsd; in ktls_write_tcp_fin() local 1939 txsd->m = m; in ktls_write_tcp_fin() [all …]
|
| /freebsd-14.2/sys/dev/et/ |
| H A D | if_et.c | 866 struct et_txstatus_data *txsd; in et_dma_alloc() local 887 txsd = &sc->sc_tx_status; in et_dma_alloc() 889 &txsd->txsd_dtag, (uint8_t **)&txsd->txsd_status, &txsd->txsd_dmap, in et_dma_alloc() 1041 struct et_txstatus_data *txsd; in et_dma_free() local 1117 txsd = &sc->sc_tx_status; in et_dma_free() 1118 et_dma_ring_free(sc, &txsd->txsd_dtag, (void *)&txsd->txsd_status, in et_dma_free() 1119 txsd->txsd_dmap, &txsd->txsd_paddr); in et_dma_free() 1674 struct et_txstatus_data *txsd; in et_init_tx_ring() local 1686 txsd = &sc->sc_tx_status; in et_init_tx_ring() 1688 bus_dmamap_sync(txsd->txsd_dtag, txsd->txsd_dmap, in et_init_tx_ring() [all …]
|
| /freebsd-14.2/sys/dev/cxgb/ |
| H A D | cxgb_sge.c | 1366 struct tx_sw_desc *txsd; in t3_encap() local 1408 txsd->m = m0; in t3_encap() 1523 txsd->m = NULL; in t3_encap() 1554 txsd->m = NULL; in t3_encap() 2123 struct tx_sw_desc *txsd; in t3_free_tx_desc() local 2133 txsd = &q->sdesc[cidx]; in t3_free_tx_desc() 2140 if (txsd->m != NULL) { in t3_free_tx_desc() 2145 m_freem_list(txsd->m); in t3_free_tx_desc() 2146 txsd->m = NULL; in t3_free_tx_desc() 2150 ++txsd; in t3_free_tx_desc() [all …]
|
| /freebsd-14.2/sys/dev/cxgbe/cxgbei/ |
| H A D | icl_cxgbei.c | 1036 struct ofld_tx_sdesc *txsd = &toep->txsd[toep->txsd_pidx]; in send_iscsi_flowc_wr() local 1056 txsd->tx_credits = howmany(flowclen, 16); in send_iscsi_flowc_wr() 1057 txsd->plen = 0; in send_iscsi_flowc_wr() 1058 KASSERT(toep->tx_credits >= txsd->tx_credits && toep->txsd_avail > 0, in send_iscsi_flowc_wr() 1060 toep->tx_credits -= txsd->tx_credits; in send_iscsi_flowc_wr()
|
| /freebsd-14.2/sys/dev/cxgbe/ |
| H A D | t4_sge.c | 5449 struct tx_sdesc *txsd; in write_txpkt_vm_wr() local 5530 txsd->m = m0; in write_txpkt_vm_wr() 5547 struct tx_sdesc *txsd; in write_raw_wr() local 5563 txsd->m = m0; in write_raw_wr() 5582 struct tx_sdesc *txsd; in write_txpkt_wr() local 5682 txsd->m = m0; in write_txpkt_wr() 5847 struct tx_sdesc *txsd; in write_txpkts_wr() local 5946 txsd->m = txp->mb[0]; in write_txpkts_wr() 5958 struct tx_sdesc *txsd; in write_txpkts_vm_wr() local 6027 txsd->m = txp->mb[0]; in write_txpkts_vm_wr() [all …]
|
| H A D | t4_main.c | 7078 struct tx_sdesc *txsd; in quiesce_txq() local 7080 txsd = &txq->sdesc[eq->cidx]; in quiesce_txq() 7081 for (m = txsd->m; m != NULL; m = nextpkt) { in quiesce_txq() 7086 IDXINCR(eq->cidx, txsd->desc_used, eq->sidx); in quiesce_txq()
|
| /freebsd-14.2/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | qp.c | 1320 struct ofld_tx_sdesc *txsd; in creds() local 1328 txsd = &toep->txsd[toep->txsd_pidx]; in creds() 1329 txsd->tx_credits = howmany(wrsize, 16); in creds() 1330 txsd->plen = 0; in creds() 1331 KASSERT(toep->tx_credits >= txsd->tx_credits && toep->txsd_avail > 0, in creds() 1333 toep->tx_credits -= txsd->tx_credits; in creds() 1339 txsd->tx_credits, toep->tx_credits, toep->txsd_pidx); in creds()
|