Searched refs:cpt_vf (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev_mbox.h | 70 otx_cpt_handle_mbox_intr(struct cpt_vf *cptvf); 77 otx_cpt_check_pf_ready(struct cpt_vf *cptvf); 83 otx_cpt_get_dev_type(struct cpt_vf *cptvf); 90 otx_cpt_send_vq_size_msg(struct cpt_vf *cptvf); 96 otx_cpt_send_vf_grp_msg(struct cpt_vf *cptvf, uint32_t group); 102 otx_cpt_send_vf_up(struct cpt_vf *cptvf); 108 otx_cpt_send_vf_down(struct cpt_vf *cptvf);
|
| H A D | otx_cryptodev_hw_access.c | 32 otx_cpt_vf_init(struct cpt_vf *cptvf) in otx_cpt_vf_init() 69 otx_cpt_clear_mbox_intr(struct cpt_vf *cptvf) in otx_cpt_clear_mbox_intr() 87 otx_cpt_clear_irde_intr(struct cpt_vf *cptvf) in otx_cpt_clear_irde_intr() 105 otx_cpt_clear_nwrp_intr(struct cpt_vf *cptvf) in otx_cpt_clear_nwrp_intr() 258 otx_cpt_vfvq_init(struct cpt_vf *cptvf) in otx_cpt_vfvq_init() 317 otx_cpt_poll_misc(struct cpt_vf *cptvf) in otx_cpt_poll_misc() 371 memset(cptvf, 0, sizeof(struct cpt_vf)); in otx_cpt_hw_init() 401 struct cpt_vf *cptvf = (struct cpt_vf *)dev; in otx_cpt_deinit_device() 649 struct cpt_vf *cptvf = (struct cpt_vf *)instance; in otx_cpt_put_resource() 670 struct cpt_vf *cptvf = (struct cpt_vf *)dev; in otx_cpt_start_device() [all …]
|
| H A D | otx_cryptodev_mbox.c | 11 otx_cpt_handle_mbox_intr(struct cpt_vf *cptvf) in otx_cpt_handle_mbox_intr() 76 otx_cpt_send_msg_to_pf(struct cpt_vf *cptvf, struct cpt_mbox *mbx) in otx_cpt_send_msg_to_pf() 86 otx_cpt_send_msg_to_pf_timeout(struct cpt_vf *cptvf, struct cpt_mbox *mbx) in otx_cpt_send_msg_to_pf_timeout() 117 otx_cpt_check_pf_ready(struct cpt_vf *cptvf) in otx_cpt_check_pf_ready() 131 otx_cpt_get_dev_type(struct cpt_vf *cptvf) in otx_cpt_get_dev_type() 145 otx_cpt_send_vq_size_msg(struct cpt_vf *cptvf) in otx_cpt_send_vq_size_msg() 161 otx_cpt_send_vf_grp_msg(struct cpt_vf *cptvf, uint32_t group) in otx_cpt_send_vf_grp_msg() 178 otx_cpt_send_vf_up(struct cpt_vf *cptvf) in otx_cpt_send_vf_up() 192 otx_cpt_send_vf_down(struct cpt_vf *cptvf) in otx_cpt_send_vf_down()
|
| H A D | otx_cryptodev_hw_access.h | 74 struct cpt_vf { struct 152 otx_cpt_poll_misc(struct cpt_vf *cptvf); 155 otx_cpt_hw_init(struct cpt_vf *cptvf, void *pdev, void *reg_base, char *name); 176 otx_cpt_write_vq_doorbell(struct cpt_vf *cptvf, uint32_t val) in otx_cpt_write_vq_doorbell() 187 otx_cpt_read_vq_doorbell(struct cpt_vf *cptvf) in otx_cpt_read_vq_doorbell() 199 struct cpt_vf *cptvf = (struct cpt_vf *)instance; in otx_cpt_ring_dbell() 217 struct cpt_vf *cptvf = (struct cpt_vf *)instance; in fill_cpt_inst() 246 struct cpt_vf *cptvf = (struct cpt_vf *)instance; in mark_cpt_inst() 262 struct cpt_vf *cptvf = (struct cpt_vf *)instance; in check_nb_command_id()
|
| H A D | otx_cryptodev_ops.c | 36 struct cpt_vf *cptvf = arg; in otx_cpt_alarm_cb() 640 struct cpt_vf *cptvf = (struct cpt_vf *)instance; in otx_cpt_pkt_enqueue() 825 struct cpt_vf *cptvf = (struct cpt_vf *)instance; in otx_cpt_pkt_dequeue() 951 struct cpt_vf *cptvf = NULL; in otx_cpt_dev_create() 966 sizeof(struct cpt_vf), RTE_CACHE_LINE_SIZE, in otx_cpt_dev_create()
|