Lines Matching refs:ccci_h
136 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
138 u32 status = le32_to_cpu(ccci_h->status); in t7xx_port_next_rx_seq_num()
152 le32_to_cpu(ccci_h->packet_header), in t7xx_port_next_rx_seq_num()
153 le32_to_cpu(ccci_h->packet_len)); in t7xx_port_next_rx_seq_num()
264 struct ccci_header *ccci_h; in t7xx_port_send_ccci_skb() local
268 ccci_h = skb_push(skb, sizeof(*ccci_h)); in t7xx_port_send_ccci_skb()
271 ccci_h->status = cpu_to_le32(status); in t7xx_port_send_ccci_skb()
272 ccci_h->packet_header = cpu_to_le32(pkt_header); in t7xx_port_send_ccci_skb()
273 ccci_h->packet_len = cpu_to_le32(skb->len); in t7xx_port_send_ccci_skb()
274 ccci_h->ex_msg = cpu_to_le32(ex_msg); in t7xx_port_send_ccci_skb()
425 struct ccci_header *ccci_h = (struct ccci_header *)skb->data; in t7xx_port_proxy_recv_skb() local
434 channel = FIELD_GET(CCCI_H_CHN_FLD, le32_to_cpu(ccci_h->status)); in t7xx_port_proxy_recv_skb()
446 seq_num = t7xx_port_next_rx_seq_num(port, ccci_h); in t7xx_port_proxy_recv_skb()
448 skb_pull(skb, sizeof(*ccci_h)); in t7xx_port_proxy_recv_skb()
453 skb_push(skb, sizeof(*ccci_h)); in t7xx_port_proxy_recv_skb()