Home
last modified time | relevance | path

Searched refs:ibf (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/io_uring/
H A Dkbuf.c214 struct io_buf_free *ibf; in io_kbuf_mark_free() local
216 hlist_for_each_entry(ibf, &ctx->io_buf_list, list) { in io_kbuf_mark_free()
217 if (bl->buf_ring == ibf->mem) { in io_kbuf_mark_free()
218 ibf->inuse = 0; in io_kbuf_mark_free()
560 struct io_buf_free *ibf, *best = NULL; in io_lookup_buf_free_entry() local
563 hlist_for_each_entry(ibf, &ctx->io_buf_list, list) { in io_lookup_buf_free_entry()
566 if (ibf->inuse || ibf->size < ring_size) in io_lookup_buf_free_entry()
568 dist = ibf->size - ring_size; in io_lookup_buf_free_entry()
570 best = ibf; in io_lookup_buf_free_entry()
584 struct io_buf_free *ibf; in io_alloc_pbuf_ring() local
[all …]
/openbmc/linux/drivers/input/serio/
H A Dhp_sdc.c122 hp_sdc.ibf = 0; in hp_sdc_status_in8()
138 hp_sdc.ibf = 1; in hp_sdc_status_out8()
150 hp_sdc.ibf = 1; in hp_sdc_data_out8()
167 if (!hp_sdc.ibf) { in hp_sdc_spin_ibf()
175 hp_sdc.ibf = 0; in hp_sdc_spin_ibf()
360 if (hp_sdc.ibf) { in hp_sdc_put()
362 if (hp_sdc.ibf) in hp_sdc_put()
586 if (!hp_sdc.ibf && limit++ < 20) in hp_sdc_put()
851 hp_sdc.ibf = 1; in hp_sdc_init()
/openbmc/linux/include/linux/
H A Dhp_sdc.h273 int ibf; /* Last known status of IBF flag */ member
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Ddebugfs.c31 dev->ibf = !!val; in mt7996_implicit_txbf_set()
41 *val = dev->ibf; in mt7996_implicit_txbf_get()
H A Dmcu.h469 bool ibf; member
H A Dmt7996.h231 bool ibf; member
H A Dmcu.c1430 if (!ebf && !dev->ibf) in mt7996_mcu_sta_bfer_tlv()
1451 bf->bf_cap = ebf ? ebf : dev->ibf << 1; in mt7996_mcu_sta_bfer_tlv()
3341 req_hw_en->ibf = dev->ibf; in mt7996_mcu_set_txbf()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Ddebugfs.c29 dev->ibf = !!val; in mt7915_implicit_txbf_set()
39 *val = dev->ibf; in mt7915_implicit_txbf_get()
H A Dmt7915.h298 bool ibf; member
H A Dmcu.c1208 if (!ebf && !dev->ibf) in mt7915_mcu_sta_bfer_tlv()
1227 bf->bf_cap = ebf ? ebf : dev->ibf << 1; in mt7915_mcu_sta_bfer_tlv()
3401 bool ibf; in mt7915_mcu_set_txbf() member
3422 req.type.ibf = dev->ibf; in mt7915_mcu_set_txbf()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.h709 u8 ibf; member