Searched refs:rxdid (Results 1 – 10 of 10) sorted by relevance
| /f-stack/dpdk/drivers/net/iavf/ |
| H A D | iavf_rxtx.h | 72 u8 rxdid; /* descriptor builder profile ID */ member 98 u8 rxdid; /* descriptor builder profile ID */ member 168 uint8_t rxdid; member 260 u8 rxdid; member 300 u8 rxdid; member
|
| H A D | iavf_vchnl.c | 858 vf->supported_rxdid & BIT(rxq[i]->rxdid)) { in iavf_configure_queues() 859 vc_qp->rxq.rxdid = rxq[i]->rxdid; in iavf_configure_queues() 861 vc_qp->rxq.rxdid, i); in iavf_configure_queues() 865 rxq[i]->rxdid, IAVF_RXDID_LEGACY_1, i); in iavf_configure_queues() 866 vc_qp->rxq.rxdid = IAVF_RXDID_LEGACY_1; in iavf_configure_queues() 872 vc_qp->rxq.rxdid = IAVF_RXDID_LEGACY_0; in iavf_configure_queues() 874 vc_qp->rxq.rxdid, i); in iavf_configure_queues()
|
| H A D | iavf_rxtx.c | 435 iavf_select_rxd_to_pkt_fields_handler(struct iavf_rx_queue *rxq, uint32_t rxdid) in iavf_select_rxd_to_pkt_fields_handler() argument 437 switch (rxdid) { in iavf_select_rxd_to_pkt_fields_handler() 539 rxq->rxdid = iavf_proto_xtr_type_to_rxdid(proto_xtr); in iavf_dev_rx_queue_setup() 542 rxq->rxdid = IAVF_RXDID_LEGACY_1; in iavf_dev_rx_queue_setup() 546 iavf_select_rxd_to_pkt_fields_handler(rxq, rxq->rxdid); in iavf_dev_rx_queue_setup() 1864 if (rxq->rxdid >= IAVF_RXDID_FLEX_NIC && rxq->rxdid <= IAVF_RXDID_LAST) in rx_recv_pkts()
|
| H A D | iavf_ethdev.c | 1753 uint8_t rxdid = iavf_proto_xtr_type_to_rxdid((uint8_t)i); in iavf_init_proto_xtr() local 1758 if (!(vf->supported_rxdid & BIT(rxdid))) { in iavf_init_proto_xtr() 1761 rxdid); in iavf_init_proto_xtr()
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_rxtx.h | 161 u8 rxdid; member 238 uint32_t rxdid);
|
| H A D | ice_dcf.c | 882 vc_qp->rxq.rxdid = IAVF_RXDID_COMMS_GENERIC; in ice_dcf_configure_queues() 884 "Queue[%d]", vc_qp->rxq.rxdid, i); in ice_dcf_configure_queues() 894 vc_qp->rxq.rxdid = IAVF_RXDID_LEGACY_0; in ice_dcf_configure_queues() 896 "Queue[%d]", vc_qp->rxq.rxdid, i); in ice_dcf_configure_queues() 902 ice_select_rxd_to_pkt_fields_handler(rxq[i], vc_qp->rxq.rxdid); in ice_dcf_configure_queues()
|
| H A D | ice_rxtx.c | 174 ice_select_rxd_to_pkt_fields_handler(struct ice_rx_queue *rxq, uint32_t rxdid) in ice_select_rxd_to_pkt_fields_handler() argument 176 switch (rxdid) { in ice_select_rxd_to_pkt_fields_handler() 236 uint32_t rxdid = ICE_RXDID_COMMS_OVS; in ice_program_hw_rx_queue() local 296 rxdid = ice_proto_xtr_type_to_rxdid(rxq->proto_xtr); in ice_program_hw_rx_queue() 299 rxq->port_id, rxq->queue_id, rxdid); in ice_program_hw_rx_queue() 301 if (!(pf->supported_rxdid & BIT(rxdid))) { in ice_program_hw_rx_queue() 303 rxdid); in ice_program_hw_rx_queue() 307 ice_select_rxd_to_pkt_fields_handler(rxq, rxdid); in ice_program_hw_rx_queue() 312 regval = (rxdid << QRXFLXP_CNTXT_RXDID_IDX_S) & in ice_program_hw_rx_queue() 688 uint32_t rxdid = ICE_RXDID_LEGACY_1; in ice_fdir_program_hw_rx_queue() local [all …]
|
| H A D | ice_ethdev.c | 551 uint32_t rxdid; in ice_check_proto_xtr_support() member 582 uint32_t rxdid = xtr_sets[i].rxdid; in ice_check_proto_xtr_support() local 586 v = ICE_READ_REG(hw, GLFLXP_RXDID_FLX_WRD_4(rxdid)); in ice_check_proto_xtr_support() 594 v = ICE_READ_REG(hw, GLFLXP_RXDID_FLX_WRD_5(rxdid)); in ice_check_proto_xtr_support()
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_lan_tx_rx.h | 427 u8 rxdid; /* descriptor builder profile ID */ member 453 u8 rxdid; /* descriptor builder profile ID */ member 497 u8 rxdid; member 532 u8 rxdid; member 562 u8 rxdid; member 596 u8 rxdid; member 631 u8 rxdid; member 672 u8 rxdid; member
|
| /f-stack/dpdk/drivers/common/iavf/ |
| H A D | virtchnl.h | 333 u8 rxdid; member
|