Home
last modified time | relevance | path

Searched refs:ntc (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/device-tree/Bindings/hwmon/
H A Dntc_thermistor.txt16 /* Usage of vendor name "ntc" is deprecated */
17 <DEPRECATED> "ntc,ncp15wb473"
18 <DEPRECATED> "ntc,ncp18wb473"
19 <DEPRECATED> "ntc,ncp21wb473"
20 <DEPRECATED> "ntc,ncp03wb473"
21 <DEPRECATED> "ntc,ncp15wl333"
/f-stack/dpdk/drivers/common/iavf/
H A Diavf_adminq.c585 u16 ntc = asq->next_to_clean; in iavf_clean_asq() local
604 ntc++; in iavf_clean_asq()
605 if (ntc == asq->count) in iavf_clean_asq()
606 ntc = 0; in iavf_clean_asq()
611 asq->next_to_clean = ntc; in iavf_clean_asq()
896 if (ntu == ntc) { in iavf_clean_arq_element()
904 desc_idx = ntc; in iavf_clean_arq_element()
934 bi = &hw->aq.arq.r.arq_bi[ntc]; in iavf_clean_arq_element()
947 ntc++; in iavf_clean_arq_element()
949 ntc = 0; in iavf_clean_arq_element()
[all …]
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_controlq.c798 ntc++; in ice_clean_sq()
799 if (ntc == sq->count) in ice_clean_sq()
800 ntc = 0; in ice_clean_sq()
805 sq->next_to_clean = ntc; in ice_clean_sq()
1136 if (ntu == ntc) { in ice_clean_rq_elem()
1144 desc_idx = ntc; in ice_clean_rq_elem()
1168 bi = &cq->rq.r.rq_bi[ntc]; in ice_clean_rq_elem()
1179 wr32(hw, cq->rq.tail, ntc); in ice_clean_rq_elem()
1181 ntc++; in ice_clean_rq_elem()
1183 ntc = 0; in ice_clean_rq_elem()
[all …]
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_adminq.c785 u16 ntc = asq->next_to_clean; in i40e_clean_asq() local
804 ntc++; in i40e_clean_asq()
805 if (ntc == asq->count) in i40e_clean_asq()
806 ntc = 0; in i40e_clean_asq()
811 asq->next_to_clean = ntc; in i40e_clean_asq()
1116 if (ntu == ntc) {
1124 desc_idx = ntc;
1154 bi = &hw->aq.arq.r.arq_bi[ntc];
1167 ntc++;
1169 ntc = 0;
[all …]
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_cmd.c21 int ntc = ring->next_to_clean; in hns3_ring_space() local
22 int used = (ntu - ntc + ring->desc_num) % ring->desc_num; in hns3_ring_space()
31 int ntc = ring->next_to_clean; in is_valid_csq_clean_head() local
33 if (ntu > ntc) in is_valid_csq_clean_head()
34 return head >= ntc && head <= ntu; in is_valid_csq_clean_head()
36 return head >= ntc || head <= ntu; in is_valid_csq_clean_head()
282 struct hns3_cmd_desc *desc, int num, int ntc) in hns3_cmd_get_hardware_reply() argument
285 int current_ntc = ntc; in hns3_cmd_get_hardware_reply()
361 uint32_t ntc; in hns3_cmd_send() local
384 ntc = hw->cmq.csq.next_to_use; in hns3_cmd_send()
[all …]
/f-stack/dpdk/drivers/net/ena/
H A Dena_ethdev.c2104 uint16_t ntc, len, req_id, buf = 0; in ena_rx_mbuf() local
2109 ntc = *next_to_clean; in ena_rx_mbuf()
2131 rx_ring->empty_rx_reqs[ntc] = req_id; in ena_rx_mbuf()
2132 ntc = ENA_IDX_NEXT_MASKED(ntc, rx_ring->size_mask); in ena_rx_mbuf()
2185 rx_ring->empty_rx_reqs[ntc] = req_id; in ena_rx_mbuf()
2186 ntc = ENA_IDX_NEXT_MASKED(ntc, rx_ring->size_mask); in ena_rx_mbuf()
2189 *next_to_clean = ntc; in ena_rx_mbuf()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dexynos3250-monk.dts145 compatible = "ntc,ncp15wb473";
153 compatible = "ntc,ncp15wb473";
H A Dexynos3250-rinato.dts145 compatible = "ntc,ncp15wb473";
153 compatible = "ntc,ncp15wb473";