Home
last modified time | relevance | path

Searched refs:fl_size (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/net/ipv6/
H A Dip6_flowlabel.c43 static atomic_t fl_size = ATOMIC_INIT(0); variable
171 atomic_dec(&fl_size); in ip6_fl_gc()
180 if (!sched && atomic_read(&fl_size)) in ip6_fl_gc()
204 atomic_dec(&fl_size); in ip6_fl_purge()
252 atomic_inc(&fl_size); in fl_intern()
475 int room = FL_MAX_SIZE - atomic_read(&fl_size); in mem_check()
/linux-6.15/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_ioctl.h90 int32_t fl_size[2]; member
H A Dcxgb3_main.c1962 e->rx_pending = q->fl_size; in get_sge_param()
1993 q->fl_size = e->rx_pending; in set_sge_param()
2172 !cxgb_in_range(t.fl_size[0], MIN_FL_ENTRIES, in cxgb_siocdevprivate()
2181 (t.rspq_size >= 0 || t.fl_size[0] >= 0 || in cxgb_siocdevprivate()
2182 t.fl_size[1] >= 0 || t.txq_size[0] >= 0 || in cxgb_siocdevprivate()
2205 if (t.fl_size[0] >= 0) in cxgb_siocdevprivate()
2206 q->fl_size = t.fl_size[0]; in cxgb_siocdevprivate()
2207 if (t.fl_size[1] >= 0) in cxgb_siocdevprivate()
2208 q->jumbo_size = t.fl_size[1]; in cxgb_siocdevprivate()
2282 t.fl_size[0] = q->fl_size; in cxgb_siocdevprivate()
[all …]
H A Dcommon.h320 unsigned int fl_size; /* # of entries in regular free list */ member
H A Dsge.c3033 q->fl[0].desc = alloc_ring(adapter->pdev, p->fl_size, in t3_sge_alloc_qset()
3077 q->fl[0].size = p->fl_size; in t3_sge_alloc_qset()
3361 q->fl_size = 1024; in t3_sge_prep()
/linux-6.15/drivers/scsi/
H A Dscsi_debug.c204 u32 fl_size; member
3407 if (IS_TAPE_BLOCK_EOD(blp->fl_size)) in resp_locate()
3481 if (IS_TAPE_BLOCK_EOD(blp->fl_size)) in resp_space()
3515 if (IS_TAPE_BLOCK_EOD(blp->fl_size)) in resp_space()
4406 if (IS_TAPE_BLOCK_FM(blp->fl_size)) { in resp_read_tape()
4414 if (IS_TAPE_BLOCK_EOD(blp->fl_size)) { in resp_read_tape()
4435 if (blp->fl_size != size) { in resp_read_tape()
4436 if (blp->fl_size < size) in resp_read_tape()
4440 0, size - blp->fl_size, in resp_read_tape()
4802 blp->fl_size = size; in resp_write_tape()
[all …]