Home
last modified time | relevance | path

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

/drivers/net/wwan/t7xx/
Dt7xx_port_proxy.c118 static u16 t7xx_port_next_rx_seq_num(struct t7xx_port *port, struct ccci_header *ccci_h) in t7xx_port_next_rx_seq_num() argument
120 u32 status = le32_to_cpu(ccci_h->status); in t7xx_port_next_rx_seq_num()
134 le32_to_cpu(ccci_h->packet_header), in t7xx_port_next_rx_seq_num()
135 le32_to_cpu(ccci_h->packet_len)); in t7xx_port_next_rx_seq_num()
236 struct ccci_header *ccci_h; in t7xx_port_send_ccci_skb() local
240 ccci_h = skb_push(skb, sizeof(*ccci_h)); in t7xx_port_send_ccci_skb()
243 ccci_h->status = cpu_to_le32(status); in t7xx_port_send_ccci_skb()
244 ccci_h->packet_header = cpu_to_le32(pkt_header); in t7xx_port_send_ccci_skb()
245 ccci_h->packet_len = cpu_to_le32(skb->len); in t7xx_port_send_ccci_skb()
246 ccci_h->ex_msg = cpu_to_le32(ex_msg); in t7xx_port_send_ccci_skb()
[all …]