ser_msg
static struct ser_msg *__rtw89_ser_dequeue_msg(struct rtw89_ser *ser)
struct ser_msg *msg;
msg = list_first_entry_or_null(&ser->msg_q, struct ser_msg, list);
struct ser_msg *msg;
struct ser_msg *msg = NULL;