Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A 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);
H A 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()
H A Dice_type.h950 struct ice_fwlog_ring fwlog_ring;