Searched refs:is_full (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/staging/media/atomisp/pci/runtime/queue/interface/
H A Dia_css_queue.h114 * @param[in] is_full True if Full, False if not.
122 bool *is_full);
/linux-master/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) argument
198 if ((!qhandle) || (!is_full))
206 *is_full = ia_css_circbuf_is_full(&qhandle->desc.cb_local);
219 *is_full = ia_css_circbuf_desc_is_full(&cb_desc);
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dfarch.c2036 bool is_full = false; local
2049 is_full = true;
2061 (is_full && gen_spec->rem_port == 0))
2065 spec->type = (is_full ? EFX_FARCH_FILTER_TCP_FULL :
2069 spec->type = (is_full ? EFX_FARCH_FILTER_UDP_FULL :
2081 rhost = is_full ? gen_spec->rem_host[0] : 0;
2082 rport = is_full ? gen_spec->rem_port : 0;
2085 if (!is_full && gen_spec->ip_proto == IPPROTO_UDP) {
2100 is_full = true;
2103 spec->type = (is_full
2132 bool is_full = false; local
[all...]
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dfarch.c1966 bool is_full = false; local
1980 is_full = true;
1992 (is_full && gen_spec->rem_port == 0))
1996 spec->type = (is_full ? EF4_FARCH_FILTER_TCP_FULL :
2000 spec->type = (is_full ? EF4_FARCH_FILTER_UDP_FULL :
2012 rhost = is_full ? gen_spec->rem_host[0] : 0;
2013 rport = is_full ? gen_spec->rem_port : 0;
2016 if (!is_full && gen_spec->ip_proto == IPPROTO_UDP) {
2031 is_full = true;
2034 spec->type = (is_full
2063 bool is_full = false; local
[all...]
/linux-master/drivers/power/supply/
H A Dcpcap-battery.c138 unsigned int is_full:1; member in struct:cpcap_battery_ddata
503 ddata->is_full = 0;
507 ddata->is_full = 1;
516 * filter out any trickle charging events. We clear the is_full status
521 if (ddata->is_full && state->voltage < vfull)
522 ddata->is_full = 0;
524 return ddata->is_full;
H A Dcharger-manager.c285 bool is_full = false; local
317 is_full = true;
329 is_full = true;
336 return is_full;
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c8374 bool is_full; local
8379 is_full = (vport->used_umv_num >= hdev->priv_umv_size &&
8385 return is_full;

Completed in 271 milliseconds