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

/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_port_proxy.c136 static u16 t7xx_port_next_rx_seq_num(struct t7xx_port *port, struct ccci_header *ccci_h) argument
138 u32 status = le32_to_cpu(ccci_h->status);
152 le32_to_cpu(ccci_h->packet_header),
153 le32_to_cpu(ccci_h->packet_len));
264 struct ccci_header *ccci_h; local
268 ccci_h = skb_push(skb, sizeof(*ccci_h));
271 ccci_h->status = cpu_to_le32(status);
272 ccci_h->packet_header = cpu_to_le32(pkt_header);
273 ccci_h
425 struct ccci_header *ccci_h = (struct ccci_header *)skb->data; local
[all...]

Completed in 112 milliseconds