Home
last modified time | relevance | path

Searched refs:is_full (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/queue/src/
H A Dqueue.c194 int ia_css_queue_is_full(ia_css_queue_t *qhandle, bool *is_full) in ia_css_queue_is_full() argument
198 if ((!qhandle) || (!is_full)) in ia_css_queue_is_full()
206 *is_full = ia_css_circbuf_is_full(&qhandle->desc.cb_local); in ia_css_queue_is_full()
219 *is_full = ia_css_circbuf_desc_is_full(&cb_desc); in ia_css_queue_is_full()
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dfarch.c1966 bool is_full = false; in ef4_farch_filter_from_gen_spec() local
1980 is_full = true; in ef4_farch_filter_from_gen_spec()
1992 (is_full && gen_spec->rem_port == 0)) in ef4_farch_filter_from_gen_spec()
2012 rhost = is_full ? gen_spec->rem_host[0] : 0; in ef4_farch_filter_from_gen_spec()
2013 rport = is_full ? gen_spec->rem_port : 0; in ef4_farch_filter_from_gen_spec()
2031 is_full = true; in ef4_farch_filter_from_gen_spec()
2063 bool is_full = false; in ef4_farch_filter_to_gen_spec() local
2078 is_full = true; in ef4_farch_filter_to_gen_spec()
2089 if (is_full) in ef4_farch_filter_to_gen_spec()
2122 is_full = true; in ef4_farch_filter_to_gen_spec()
[all …]
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dfarch.c2036 bool is_full = false; in efx_farch_filter_from_gen_spec() local
2049 is_full = true; in efx_farch_filter_from_gen_spec()
2061 (is_full && gen_spec->rem_port == 0)) in efx_farch_filter_from_gen_spec()
2081 rhost = is_full ? gen_spec->rem_host[0] : 0; in efx_farch_filter_from_gen_spec()
2082 rport = is_full ? gen_spec->rem_port : 0; in efx_farch_filter_from_gen_spec()
2100 is_full = true; in efx_farch_filter_from_gen_spec()
2132 bool is_full = false; in efx_farch_filter_to_gen_spec() local
2147 is_full = true; in efx_farch_filter_to_gen_spec()
2158 if (is_full) in efx_farch_filter_to_gen_spec()
2191 is_full = true; in efx_farch_filter_to_gen_spec()
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/queue/interface/
H A Dia_css_queue.h122 bool *is_full);
/openbmc/linux/drivers/power/supply/
H A Dcpcap-battery.c138 unsigned int is_full:1; member
503 ddata->is_full = 0; in cpcap_battery_full()
507 ddata->is_full = 1; in cpcap_battery_full()
521 if (ddata->is_full && state->voltage < vfull) in cpcap_battery_full()
522 ddata->is_full = 0; in cpcap_battery_full()
524 return ddata->is_full; in cpcap_battery_full()
H A Dcharger-manager.c285 bool is_full = false; in is_full_charged() local
317 is_full = true; in is_full_charged()
329 is_full = true; in is_full_charged()
336 return is_full; in is_full_charged()
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dqom_type_info.py112 def is_full(self) -> bool: member in TypeInfoVar
884 if not var.is_full():
966 return [t for t in type_infos(file) if t.is_full()]
969 return [t for t in type_infos(file) if not t.is_full()]
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c8371 bool is_full; in hclge_is_umv_space_full() local
8376 is_full = (vport->used_umv_num >= hdev->priv_umv_size && in hclge_is_umv_space_full()
8382 return is_full; in hclge_is_umv_space_full()
/openbmc/qemu/hw/nvme/
H A Dctrl.c451 bool is_full = ebuf->next == ebuf->start && ebuf->nelems; in nvme_fdp_alloc_event() local
457 if (is_full) { in nvme_fdp_alloc_event()