Lines Matching refs:msg_q
216 memcpy(hdev->arq.msg_q[hdev->arq.tail], &req->msg,
306 __le16 *msg_q;
325 msg_q = hdev->arq.msg_q[hdev->arq.head];
326 opcode = le16_to_cpu(msg_q[0]);
329 link_info = (struct hclge_mbx_link_status *)(msg_q + 1);
345 link_mode = (struct hclge_mbx_link_mode *)(msg_q + 1);
361 (enum hnae3_reset_type)le16_to_cpu(msg_q[1]);
369 (struct hclge_mbx_port_base_vlan *)(msg_q + 1);
375 hclgevf_parse_promisc_info(hdev, le16_to_cpu(msg_q[1]));
386 msg_q = hdev->arq.msg_q[hdev->arq.head];