Home
last modified time | relevance | path

Searched refs:ICE_AQ_FLAG_BUF (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_controlq.c187 desc->flags = cpu_to_le16(ICE_AQ_FLAG_BUF); in ice_alloc_rq_bufs()
997 desc->flags |= cpu_to_le16(ICE_AQ_FLAG_BUF); in ice_sq_send_cmd()
1217 desc->flags = cpu_to_le16(ICE_AQ_FLAG_BUF); in ice_clean_rq_elem()
H A Dice_adminq_cmd.h2263 #define ICE_AQ_FLAG_BUF BIT(ICE_AQ_FLAG_BUF_S) /* 0x1000 */ macro