Searched refs:txpkt (Results 1 – 6 of 6) sorted by relevance
828 struct ure_txpkt txpkt; in ure_bulk_write_callback() local852 while (rem > sizeof(txpkt)) { in ure_bulk_write_callback()871 if (sizeof(txpkt) + in ure_bulk_write_callback()879 txpkt = (struct ure_txpkt){}; in ure_bulk_write_callback()880 txpkt.ure_pktlen = htole32((len & URE_TXPKT_LEN_MASK) | in ure_bulk_write_callback()883 txpkt.ure_csum = htole32( in ure_bulk_write_callback()892 txpkt.ure_csum |= htole32(regtmp); in ure_bulk_write_callback()896 m->m_pkthdr.csum_flags, le32toh(txpkt.ure_pktlen), in ure_bulk_write_callback()897 le32toh(txpkt.ure_csum)); in ure_bulk_write_callback()899 usbd_copy_in(pc, pos, &txpkt, sizeof(txpkt)); in ure_bulk_write_callback()[all …]
279 struct ulp_txpkt *txpkt; in write_set_tcb_field_ulp() local284 txpkt = dst; in write_set_tcb_field_ulp()285 txpkt->cmd_dest = htobe32(V_ULPTX_CMD(ULP_TX_PKT) | in write_set_tcb_field_ulp()289 txpkt->len = htobe32(howmany(LEN__SET_TCB_FIELD_ULP, 16)); in write_set_tcb_field_ulp()292 idata = (struct ulptx_idata *)(txpkt + 1); in write_set_tcb_field_ulp()1321 struct ulp_txpkt *txpkt; in ktls_write_tls_wr() local1574 txpkt = (void *)out; in ktls_write_tls_wr()1614 txpkt = (void *)(wr + 1); in ktls_write_tls_wr()1618 txpkt = (void *)out; in ktls_write_tls_wr()1631 txpkt->cmd_dest = htobe32(V_ULPTX_CMD(ULP_TX_PKT) | in ktls_write_tls_wr()[all …]
1249 struct ulp_txpkt *txpkt; in ktls_write_tls_wr() local1554 txpkt = (void *)(wr + 1); in ktls_write_tls_wr()1555 txpkt->cmd_dest = htobe32(V_ULPTX_CMD(ULP_TX_PKT) | in ktls_write_tls_wr()1561 txpkt->len = htobe32(howmany(txpkt_lens[0], 16)); in ktls_write_tls_wr()1564 idata = (void *)(txpkt + 1); in ktls_write_tls_wr()1947 txpkt = (void *)out; in ktls_write_tls_wr()1948 txpkt->cmd_dest = htobe32(V_ULPTX_CMD(ULP_TX_PKT) | in ktls_write_tls_wr()1953 txpkt->len = htobe32(howmany(txpkt_lens[1], 16)); in ktls_write_tls_wr()1956 idata = (void *)(txpkt + 1); in ktls_write_tls_wr()
139 unsigned long txpkt; member165 RATE_PRINTK(txpkt); in rate_callback()186 if (txp) rate_ctx.new.txpkt++; in generic_rate()820 IFRATE(rate_ctx.new.txpkt++); in generic_netmap_txsync()
2979 OSSL_QTX_PKT txpkt; in txp_pkt_commit() local2992 txpkt.hdr = &pkt->phdr; in txp_pkt_commit()2993 txpkt.iovec = txp->el[enc_level].iovec; in txp_pkt_commit()2994 txpkt.num_iovec = pkt->h.num_iovec; in txp_pkt_commit()2995 txpkt.local = NULL; in txp_pkt_commit()2996 txpkt.peer = BIO_ADDR_family(&txp->args.peer) == AF_UNSPEC in txp_pkt_commit()2999 txpkt.pn = txp->next_pn[pn_space]; in txp_pkt_commit()3000 txpkt.flags = OSSL_QTX_PKT_FLAG_COALESCE; /* always try to coalesce */ in txp_pkt_commit()3037 if (!ossl_qtx_write_pkt(txp->args.qtx, &txpkt)) in txp_pkt_commit()
3224 struct ulp_txpkt *txpkt; in set_filter() local3243 txpkt = (struct ulp_txpkt *)oreq; in set_filter()3244 txpkt->cmd_dest = htonl(V_ULPTX_CMD(ULP_TXPKT)); in set_filter()3245 txpkt->len = htonl(V_ULPTX_NFLITS(sizeof(*oreq) / 8)); in set_filter()3298 struct ulp_txpkt *txpkt = (struct ulp_txpkt *)req; in set_tcb_field_ulp() local3300 txpkt->cmd_dest = htonl(V_ULPTX_CMD(ULP_TXPKT)); in set_tcb_field_ulp()3301 txpkt->len = htonl(V_ULPTX_NFLITS(sizeof(*req) / 8)); in set_tcb_field_ulp()