Lines Matching defs:ctx_buf
1463 u8 ctx_buf[ICE_RXQ_CTX_SZ] = { 0 };
1470 ice_set_ctx(hw, (u8 *)rlan_ctx, ctx_buf, ice_rlan_ctx_info);
1471 return ice_copy_rxq_ctx_to_hw(hw, ctx_buf, rxq_index);
1487 u8 ctx_buf[ICE_RXQ_CTX_SZ] = { 0 };
1493 status = ice_copy_rxq_ctx_from_hw(hw, ctx_buf, rxq_index);
1497 return ice_get_ctx(ctx_buf, (u8 *)rlan_ctx, ice_rlan_ctx_info);
1619 u8 ctx_buf[ICE_TX_CMPLTNQ_CTX_SIZE_DWORDS * sizeof(u32)] = { 0 };
1621 ice_set_ctx(hw, (u8 *)tx_cmpltnq_ctx, ctx_buf, ice_tx_cmpltnq_ctx_info);
1622 return ice_copy_tx_cmpltnq_ctx_to_hw(hw, ctx_buf, tx_cmpltnq_index);
1710 u8 ctx_buf[ICE_TX_DRBELL_Q_CTX_SIZE_DWORDS * sizeof(u32)] = { 0 };
1712 ice_set_ctx(hw, (u8 *)tx_drbell_q_ctx, ctx_buf,
1714 return ice_copy_tx_drbell_q_ctx_to_hw(hw, ctx_buf, tx_drbell_q_index);