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