Home
last modified time | relevance | path

Searched refs:pfvf_hsword (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/cavium/liquidio/
Dcn23xx_vf_device.c33 u32 oqticks_per_us = (u32)oct->pfvf_hsword.coproc_tics_per_us; in cn23xx_vf_get_oq_ticks()
396 memcpy((uint8_t *)&oct->pfvf_hsword, cmd->msg.s.params, in octeon_pfvf_hs_callback()
451 oct->instr_queue[q_no]->txpciq.s.pkind = oct->pfvf_hsword.pkind; in cn23xx_octeon_pfvf_handshake()
467 oct->pfvf_hsword.pkind); in cn23xx_octeon_pfvf_handshake()
Docteon_device.c894 txpciq.s.pkind = oct->pfvf_hsword.pkind; in octeon_setup_instr_queues()
1226 oct->pfvf_hsword.app_mode = (u32)recv_pkt->rh.r_core_drv_init.app_mode; in octeon_core_drv_init()
1228 oct->pfvf_hsword.pkind = recv_pkt->rh.r_core_drv_init.pkind; in octeon_core_drv_init()
1231 oct->instr_queue[i]->txpciq.s.pkind = oct->pfvf_hsword.pkind; in octeon_core_drv_init()
Docteon_mailbox.c254 memcpy(mbox_cmd->msg.s.params, (uint8_t *)&oct->pfvf_hsword, 6); in octeon_mbox_process_cmd()
Docteon_device.h568 struct octeon_pf_vf_hs_word pfvf_hsword; member
Dcn23xx_pf_device.c284 oct->pfvf_hsword.coproc_tics_per_us = oqticks_per_us; in cn23xx_pf_get_oq_ticks()