Lines Matching full:direction
120 * @direction: the direction of the message
129 enum mgmt_direction_type direction, in prepare_header() argument
141 HINIC_MSG_HEADER_SET(direction, DIRECTION) | in prepare_header()
195 * @direction: the direction of the original message
204 enum mgmt_direction_type direction, in send_msg_to_mgmt() argument
213 if (direction == MGMT_RESP) { in send_msg_to_mgmt()
215 direction, cmd, resp_msg_id); in send_msg_to_mgmt()
219 direction, cmd, msg_id); in send_msg_to_mgmt()
239 * @direction: the direction of the original message
249 enum mgmt_direction_type direction, in msg_to_mgmt_sync() argument
274 MSG_ACK, direction, resp_msg_id); in msg_to_mgmt_sync()
314 * @direction: the direction of the original message
322 enum mgmt_direction_type direction, in msg_to_mgmt_async() argument
331 MSG_NO_ACK, direction, resp_msg_id); in msg_to_mgmt_async()
516 if (HINIC_MSG_HEADER_GET(*header, DIRECTION) == MGMT_RESP) in recv_mgmt_msg_handler()
534 recv_msg = HINIC_MSG_HEADER_GET(*header, DIRECTION) == in mgmt_msg_aeqe_handler()