Home
last modified time | relevance | path

Searched refs:ice_fwlog_ring (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/intel/ice/ !
Dice_fwlog.h55 struct ice_fwlog_ring { struct
67 bool ice_fwlog_ring_full(struct ice_fwlog_ring *rings); argument
68 bool ice_fwlog_ring_empty(struct ice_fwlog_ring *rings);
Dice_fwlog.c9 bool ice_fwlog_ring_full(struct ice_fwlog_ring *rings) in ice_fwlog_ring_full()
24 bool ice_fwlog_ring_empty(struct ice_fwlog_ring *rings) in ice_fwlog_ring_empty()
34 static int ice_fwlog_alloc_ring_buffs(struct ice_fwlog_ring *rings) in ice_fwlog_alloc_ring_buffs()
55 static void ice_fwlog_free_ring_buffs(struct ice_fwlog_ring *rings) in ice_fwlog_free_ring_buffs()
82 struct ice_fwlog_ring ring; in ice_fwlog_realloc_rings()
Dice_type.h949 struct ice_fwlog_ring fwlog_ring;