Searched refs:msg_q (Results 1 – 3 of 3) sorted by relevance
216 memcpy(hdev->arq.msg_q[hdev->arq.tail], &req->msg, in hclgevf_handle_mbx_msg()306 __le16 *msg_q; in hclgevf_mbx_async_handler() local325 msg_q = hdev->arq.msg_q[hdev->arq.head]; in hclgevf_mbx_async_handler()326 opcode = le16_to_cpu(msg_q[0]); in hclgevf_mbx_async_handler()329 link_info = (struct hclge_mbx_link_status *)(msg_q + 1); in hclgevf_mbx_async_handler()345 link_mode = (struct hclge_mbx_link_mode *)(msg_q + 1); in hclgevf_mbx_async_handler()361 (enum hnae3_reset_type)le16_to_cpu(msg_q[1]); in hclgevf_mbx_async_handler()369 (struct hclge_mbx_port_base_vlan *)(msg_q + 1); in hclgevf_mbx_async_handler()375 hclgevf_parse_promisc_info(hdev, le16_to_cpu(msg_q[1])); in hclgevf_mbx_async_handler()386 msg_q = hdev->arq.msg_q[hdev->arq.head]; in hclgevf_mbx_async_handler()
137 * @msg_q: A listhead to a queue of snooped messages waiting to be read out138 * @msg_q_lock: Spinlock used to protect access to @msg_q139 * @wq: A waitqueue used to wait and poll on related @msg_q145 struct list_head msg_q; member 146 /* Protect msg_q[] lists */293 list_add_tail(&rb->node, &q->msg_q); in scmi_raw_buffer_enqueue() 304 if (!list_empty(&q->msg_q)) { in scmi_raw_buffer_dequeue_unlocked() 305 rb = list_first_entry(&q->msg_q, struct scmi_raw_buffer, node); in scmi_raw_buffer_dequeue_unlocked() 701 while (list_empty(&q->msg_q)) { in scmi_raw_message_dequeue() 707 if (wait_event_interruptible(q->wq, !list_empty(&q->msg_q))) in scmi_raw_message_dequeue() [all...]
233 __le16 msg_q[HCLGE_MBX_MAX_ARQ_MSG_NUM][HCLGE_MBX_MAX_ARQ_MSG_SIZE]; member