Searched refs:eol (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_common_os.c | 95 char ctrl = 0, pf_c1, pf_c2, vf_c1, vf_c2, eol; in mlx5_translate_port_name() local 109 &vf_c1, &vf_c2, &port_info_out->port_name, &eol); in mlx5_translate_port_name() 129 &pf_c1, &port_info_out->port_name, &eol); in mlx5_translate_port_name() 139 &pf_c1, &pf_c2, &port_info_out->pf_num, &eol); in mlx5_translate_port_name()
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cn9k_rx.h | 123 const rte_iova_t *eol; in nix_cqe_xtract_mseg() local 142 eol = ((const rte_iova_t *)(rx + 1) + in nix_cqe_xtract_mseg() 163 if (!nb_segs && (iova_list + 1 < eol)) { in nix_cqe_xtract_mseg()
|
| H A D | cn10k_rx.h | 686 const rte_iova_t *eol; in nix_cqe_xtract_mseg() local 705 eol = ((const rte_iova_t *)(rx + 1) + ((rx->desc_sizem1 + 1) << 1)); in nix_cqe_xtract_mseg() 725 if (!nb_segs && (iova_list + 1 < eol)) { in nix_cqe_xtract_mseg()
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline_flow.c | 814 uint32_t eol:1; /**< EOL has been detected. */ member 10180 ctx->eol = 0; in cmd_flow_context_init() 10202 ctx->eol = 0; in cmd_flow_parse() 10219 ctx->eol = 1; in cmd_flow_parse() 10404 if (ctx->eol && ctx->last && ctx->next_num) { in cmd_flow_tok() 11158 if (ctx->eol && ctx->last && ctx->next_num) { in cmd_set_raw_tok()
|
| /dpdk/drivers/common/cnxk/hw/ |
| H A D | nix.h | 1425 uint64_t eol : 1; member
|
| /dpdk/drivers/net/i40e/base/ |
| H A D | i40e_common.c | 1448 u32 eol = 0x7ff; in i40e_clear_hw() local 1484 val = eol << I40E_PFINT_LNKLST0_FIRSTQ_INDX_SHIFT; in i40e_clear_hw() 1488 val = eol << I40E_VPINT_LNKLST0_FIRSTQ_INDX_SHIFT; in i40e_clear_hw()
|