Searched refs:otx_cptvf (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptvf.h | 62 struct otx_cptvf *cptvf; 69 struct otx_cptvf { struct 95 int otx_cptvf_send_vf_up(struct otx_cptvf *cptvf); argument 96 int otx_cptvf_send_vf_down(struct otx_cptvf *cptvf); 97 int otx_cptvf_send_vf_to_grp_msg(struct otx_cptvf *cptvf, int group); 98 int otx_cptvf_send_vf_priority_msg(struct otx_cptvf *cptvf); 99 int otx_cptvf_send_vq_size_msg(struct otx_cptvf *cptvf); 100 int otx_cptvf_check_pf_ready(struct otx_cptvf *cptvf); 101 void otx_cptvf_handle_mbox_intr(struct otx_cptvf *cptvf); 102 void otx_cptvf_write_vq_doorbell(struct otx_cptvf *cptvf, u32 val);
|
H A D | otx_cptvf_main.c | 28 static int init_worker_threads(struct otx_cptvf *cptvf) in init_worker_threads() 53 static void cleanup_worker_threads(struct otx_cptvf *cptvf) in cleanup_worker_threads() 125 static int init_pending_queues(struct otx_cptvf *cptvf, u32 qlen, in init_pending_queues() 143 static void cleanup_pending_queues(struct otx_cptvf *cptvf) in cleanup_pending_queues() 155 static void free_command_queues(struct otx_cptvf *cptvf, in free_command_queues() 185 static int alloc_command_queues(struct otx_cptvf *cptvf, in alloc_command_queues() 262 static int init_command_queues(struct otx_cptvf *cptvf, u32 qlen) in init_command_queues() 277 static void cleanup_command_queues(struct otx_cptvf *cptvf) in cleanup_command_queues() 289 static void cptvf_sw_cleanup(struct otx_cptvf *cptvf) in cptvf_sw_cleanup() 296 static int cptvf_sw_init(struct otx_cptvf *cptvf, u32 qlen, u32 num_queues) in cptvf_sw_init() [all …]
|
H A D | otx_cptvf_mbox.c | 75 static void cptvf_send_msg_to_pf(struct otx_cptvf *cptvf, in cptvf_send_msg_to_pf() 84 void otx_cptvf_handle_mbox_intr(struct otx_cptvf *cptvf) in otx_cptvf_handle_mbox_intr() 128 static int cptvf_send_msg_to_pf_timeout(struct otx_cptvf *cptvf, in cptvf_send_msg_to_pf_timeout() 159 int otx_cptvf_check_pf_ready(struct otx_cptvf *cptvf) in otx_cptvf_check_pf_ready() 172 int otx_cptvf_send_vq_size_msg(struct otx_cptvf *cptvf) in otx_cptvf_send_vq_size_msg() 185 int otx_cptvf_send_vf_to_grp_msg(struct otx_cptvf *cptvf, int group) in otx_cptvf_send_vf_to_grp_msg() 204 int otx_cptvf_send_vf_priority_msg(struct otx_cptvf *cptvf) in otx_cptvf_send_vf_priority_msg() 218 int otx_cptvf_send_vf_up(struct otx_cptvf *cptvf) in otx_cptvf_send_vf_up() 230 int otx_cptvf_send_vf_down(struct otx_cptvf *cptvf) in otx_cptvf_send_vf_down()
|
H A D | otx_cptvf_reqmgr.c | 268 static void cpt_send_cmd(union otx_cpt_inst_s *cptinst, struct otx_cptvf *cptvf) in cpt_send_cmd() 299 struct otx_cptvf *cptvf) in process_request() 407 struct otx_cptvf *cptvf = pci_get_drvdata(pdev); in otx_cpt_do_request()
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |