Lines Matching refs:ctx_buf
1472 u8 ctx_buf[ICE_RXQ_CTX_SZ] = { 0 }; in ice_write_rxq_ctx() local
1479 ice_set_ctx(hw, (u8 *)rlan_ctx, ctx_buf, ice_rlan_ctx_info); in ice_write_rxq_ctx()
1480 return ice_copy_rxq_ctx_to_hw(hw, ctx_buf, rxq_index); in ice_write_rxq_ctx()
1496 u8 ctx_buf[ICE_RXQ_CTX_SZ] = { 0 }; in ice_read_rxq_ctx() local
1502 status = ice_copy_rxq_ctx_from_hw(hw, ctx_buf, rxq_index); in ice_read_rxq_ctx()
1506 return ice_get_ctx(ctx_buf, (u8 *)rlan_ctx, ice_rlan_ctx_info); in ice_read_rxq_ctx()
1628 u8 ctx_buf[ICE_TX_CMPLTNQ_CTX_SIZE_DWORDS * sizeof(u32)] = { 0 }; in ice_write_tx_cmpltnq_ctx() local
1630 ice_set_ctx(hw, (u8 *)tx_cmpltnq_ctx, ctx_buf, ice_tx_cmpltnq_ctx_info); in ice_write_tx_cmpltnq_ctx()
1631 return ice_copy_tx_cmpltnq_ctx_to_hw(hw, ctx_buf, tx_cmpltnq_index); in ice_write_tx_cmpltnq_ctx()
1719 u8 ctx_buf[ICE_TX_DRBELL_Q_CTX_SIZE_DWORDS * sizeof(u32)] = { 0 }; in ice_write_tx_drbell_q_ctx() local
1721 ice_set_ctx(hw, (u8 *)tx_drbell_q_ctx, ctx_buf, in ice_write_tx_drbell_q_ctx()
1723 return ice_copy_tx_drbell_q_ctx_to_hw(hw, ctx_buf, tx_drbell_q_index); in ice_write_tx_drbell_q_ctx()