Home
last modified time | relevance | path

Searched refs:port_msg (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wwan/t7xx/
H A Dt7xx_port_ctrl_msg.c33 struct port_msg { struct
131 struct port_msg *port_msg = msg; in t7xx_port_enum_msg_handler() local
133 version = FIELD_GET(PORT_MSG_VERSION, le32_to_cpu(port_msg->info)); in t7xx_port_enum_msg_handler()
135 le32_to_cpu(port_msg->head_pattern) != PORT_ENUM_HEAD_PATTERN || in t7xx_port_enum_msg_handler()
136 le32_to_cpu(port_msg->tail_pattern) != PORT_ENUM_TAIL_PATTERN) { in t7xx_port_enum_msg_handler()
138 version, le32_to_cpu(port_msg->head_pattern), in t7xx_port_enum_msg_handler()
139 le32_to_cpu(port_msg->tail_pattern)); in t7xx_port_enum_msg_handler()
143 port_count = FIELD_GET(PORT_MSG_PRT_CNT, le32_to_cpu(port_msg->info)); in t7xx_port_enum_msg_handler()
145 u32 port_info = le32_to_cpu(port_msg->data[i]); in t7xx_port_enum_msg_handler()
194 ret = t7xx_port_enum_msg_handler(ctl->md, (struct port_msg *)skb->data); in control_msg_handler()