Lines Matching full:mgmt
76 * @pf_to_mgmt: PF to MGMT channel
98 * @pf_to_mgmt: PF to MGMT channel
116 * @pf_to_mgmt: PF to MGMT channel
149 * prepare_mgmt_cmd - prepare the mgmt command
188 * send_msg_to_mgmt - send message to mgmt by API CMD
189 * @pf_to_mgmt: PF to MGMT channel
231 * msg_to_mgmt_sync - send sync message to mgmt
232 * @pf_to_mgmt: PF to MGMT channel
276 dev_err(&pdev->dev, "Failed to send sync msg to mgmt\n"); in msg_to_mgmt_sync()
283 dev_err(&pdev->dev, "MGMT timeout, MSG id = %d\n", msg_id); in msg_to_mgmt_sync()
308 * msg_to_mgmt_async - send message to mgmt without response
309 * @pf_to_mgmt: PF to MGMT channel
338 * hinic_msg_to_mgmt - send message to mgmt
339 * @pf_to_mgmt: PF to MGMT channel
360 dev_err(&pdev->dev, "Invalid MGMT msg type\n"); in hinic_msg_to_mgmt()
365 dev_err(&pdev->dev, "Invalid MGMT msg buffer size\n"); in hinic_msg_to_mgmt()
401 dev_err(&pdev->dev, "Unknown MGMT MSG module = %d\n", in recv_mgmt_msg_work_handler()
419 dev_err(&pdev->dev, "No MGMT msg handler, mod: %d, cmd: %d\n", in recv_mgmt_msg_work_handler()
425 /* MGMT sent sync msg, send the response */ in recv_mgmt_msg_work_handler()
435 * mgmt_recv_msg_handler - handler for message from mgmt cpu
436 * @pf_to_mgmt: PF to MGMT channel
469 * mgmt_resp_msg_handler - handler for a response message from mgmt cpu
470 * @pf_to_mgmt: PF to MGMT channel
482 * recv_mgmt_msg_handler - handler for a message from mgmt cpu
483 * @pf_to_mgmt: PF to MGMT channel
499 dev_err(&pdev->dev, "recv big mgmt msg\n"); in recv_mgmt_msg_handler()
523 * mgmt_msg_aeqe_handler - handler for a mgmt message event
524 * @handle: PF to MGMT channel
544 * @pf_to_mgmt: PF to MGMT channel
569 * alloc_msg_buf - allocate all the message buffers of PF to MGMT channel
570 * @pf_to_mgmt: PF to MGMT channel
610 * hinic_pf_to_mgmt_init - initialize PF to MGMT channel
611 * @pf_to_mgmt: PF to MGMT channel
612 * @hwif: HW interface the PF to MGMT will use for accessing HW
637 dev_err(&pdev->dev, "Failed to initialize MGMT workqueue\n"); in hinic_pf_to_mgmt_init()
666 * hinic_pf_to_mgmt_free - free PF to MGMT channel
667 * @pf_to_mgmt: PF to MGMT channel