Searched refs:ICE_AQ_FLAG_BUF (Results 1 – 2 of 2) sorted by relevance
187 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()
2202 #define ICE_AQ_FLAG_BUF BIT(ICE_AQ_FLAG_BUF_S) /* 0x1000 */ macro