Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wwan/iosm/
Diosm_ipc_mux_codec.h182 struct mux_adgh { struct
259 struct mux_adgh *adgh;
Diosm_ipc_mux_codec.c435 struct mux_adgh *adgh; in ipc_mux_dl_adgh_decode()
440 adgh = (struct mux_adgh *)block; in ipc_mux_dl_adgh_decode()
765 ul_adb->adgh = (struct mux_adgh *)skb->data; in ipc_mux_ul_skb_alloc()
766 memset(ul_adb->adgh, 0, sizeof(struct mux_adgh)); in ipc_mux_ul_skb_alloc()
1066 int offset = sizeof(struct mux_adgh); in ipc_mux_ul_adgh_encode()
1112 ipc_mux->size_needed = sizeof(struct mux_adgh) + aligned_size; in ipc_mux_ul_adgh_encode()
1130 cpu_to_le16(sizeof(struct mux_adgh) + pad_len + in ipc_mux_ul_adgh_encode()
1460 hr.adgh = (struct mux_adgh *)skb->data; in ipc_mux_ul_encoded_process()
Diosm_ipc_mux.h275 struct mux_adgh *adgh;