Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_controlq.c187 desc->flags = cpu_to_le16(ICE_AQ_FLAG_BUF); in ice_alloc_rq_bufs()
1001 desc->flags |= cpu_to_le16(ICE_AQ_FLAG_BUF); in ice_sq_send_cmd()
1215 desc->flags = cpu_to_le16(ICE_AQ_FLAG_BUF); in ice_clean_rq_elem()
Dice_adminq_cmd.h2202 #define ICE_AQ_FLAG_BUF BIT(ICE_AQ_FLAG_BUF_S) /* 0x1000 */ macro