Searched refs:ibf (Results 1 – 11 of 11) sorted by relevance
214 struct io_buf_free *ibf; in io_kbuf_mark_free() local216 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() local563 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 …]
122 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()
273 int ibf; /* Last known status of IBF flag */ member
31 dev->ibf = !!val; in mt7996_implicit_txbf_set()41 *val = dev->ibf; in mt7996_implicit_txbf_get()
469 bool ibf; member
231 bool ibf; member
1430 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()
29 dev->ibf = !!val; in mt7915_implicit_txbf_set()39 *val = dev->ibf; in mt7915_implicit_txbf_get()
298 bool ibf; member
1208 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() member3422 req.type.ibf = dev->ibf; in mt7915_mcu_set_txbf()
709 u8 ibf; member