Home
last modified time | relevance | path

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

/linux/drivers/staging/media/atomisp/pci/runtime/queue/src/
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()
/linux/drivers/net/ethernet/sfc/falcon/
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 …]
/linux/drivers/net/ethernet/sfc/siena/
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 …]
/linux/drivers/staging/media/atomisp/pci/runtime/queue/interface/
A Dia_css_queue.h122 bool *is_full);
/linux/drivers/power/supply/
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()
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()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
A Dmlx5hws_pool.h87 bool is_full; member
A Dmlx5hws_pool.c347 elem->is_full = true; in hws_pool_element_find_seg()
481 elem->is_full = false; in hws_onesize_element_db_put_chunk()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
A Dhclge_main.c8450 bool is_full; in hclge_is_umv_space_full() local
8455 is_full = (vport->used_umv_num >= hdev->priv_umv_size && in hclge_is_umv_space_full()
8461 return is_full; in hclge_is_umv_space_full()

Completed in 55 milliseconds