Searched refs:segdw (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/net/cnxk/ |
| H A D | cn9k_tx.h | 411 uint64_t segdw; in cn9k_nix_prepare_mseg() local 484 segdw = (segdw >> 1) + (segdw & 0x1); in cn9k_nix_prepare_mseg() 489 return segdw; in cn9k_nix_prepare_mseg() 580 uint16_t segdw; in cn9k_nix_xmit_pkts_mseg() local 668 uint64_t segdw; in cn9k_nix_prepare_mseg_vec_list() local 728 segdw += 2; in cn9k_nix_prepare_mseg_vec_list() 730 segdw = (segdw >> 1) + (segdw & 0x1); in cn9k_nix_prepare_mseg_vec_list() 736 return segdw; in cn9k_nix_prepare_mseg_vec_list() 790 if ((segdw[0] + segdw[1] + segdw[2] + segdw[3]) <= 8) { in cn9k_nix_xmit_pkts_mseg_vector() 809 if ((segdw[j] + segdw[j + 1]) <= 8) { in cn9k_nix_xmit_pkts_mseg_vector() [all …]
|
| H A D | cn10k_tx.h | 78 return segdw; in cn10k_nix_tx_dwords() 862 uint64_t segdw; in cn10k_nix_prepare_mseg() local 930 segdw = (segdw >> 1) + (segdw & 0x1); in cn10k_nix_prepare_mseg() 935 return segdw; in cn10k_nix_prepare_mseg() 1359 sh.sizem1 = segdw - 1; in cn10k_nix_prepare_mseg_vec() 1378 if ((segdw[0] + segdw[1] + segdw[2] + segdw[3]) <= 8) { in cn10k_nix_prep_lmt_mseg_vector() 1402 if ((segdw[j] + segdw[j + 1]) <= 8) { in cn10k_nix_prep_lmt_mseg_vector() 1430 off = segdw[j] - 3; in cn10k_nix_prep_lmt_mseg_vector() 1457 *data128 |= ((__uint128_t)(segdw[j] + segdw[j + 1]) - 1) in cn10k_nix_prep_lmt_mseg_vector() 1551 off = segdw - 4; in cn10k_nix_xmit_store() [all …]
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_io_generic.h | 125 roc_lmt_mov_seg(void *out, const void *in, const uint16_t segdw) in roc_lmt_mov_seg() argument 129 PLT_SET_USED(segdw); in roc_lmt_mov_seg() 140 roc_lmt_mov_seg_nv(void *out, const void *in, const uint16_t segdw) in roc_lmt_mov_seg_nv() argument 144 PLT_SET_USED(segdw); in roc_lmt_mov_seg_nv()
|
| H A D | roc_io.h | 200 roc_lmt_mov_seg(void *out, const void *in, const uint16_t segdw) in roc_lmt_mov_seg() argument 206 for (i = 0; i < segdw; i++) in roc_lmt_mov_seg() 221 roc_lmt_mov_seg_nv(void *out, const void *in, const uint16_t segdw) in roc_lmt_mov_seg_nv() argument 227 for (i = 0; i < segdw; i++) in roc_lmt_mov_seg_nv()
|
| /dpdk/drivers/event/cnxk/ |
| H A D | cn10k_worker.h | 527 uint16_t segdw; in cn10k_sso_tx_one() local 554 segdw = cn10k_nix_prepare_mseg(m, (uint64_t *)laddr, flags); in cn10k_sso_tx_one() 556 segdw = cn10k_nix_tx_ext_subs(flags) + 2; in cn10k_sso_tx_one() 558 cn10k_nix_xmit_prepare_tstamp(txq, laddr, m->ol_flags, segdw, flags); in cn10k_sso_tx_one() 562 pa = txq->io_addr | ((segdw - 1) << 4); in cn10k_sso_tx_one()
|
| H A D | cn9k_worker.h | 775 const uint16_t segdw = cn9k_nix_prepare_mseg(m, cmd, flags); in cn9k_sso_hws_event_tx() local 776 cn9k_nix_xmit_prepare_tstamp(txq, cmd, m->ol_flags, segdw, in cn9k_sso_hws_event_tx() 779 cn9k_nix_xmit_mseg_prep_lmt(cmd, txq->lmt_addr, segdw); in cn9k_sso_hws_event_tx() 784 txq->io_addr, segdw); in cn9k_sso_hws_event_tx() 787 segdw); in cn9k_sso_hws_event_tx()
|