Searched refs:pkt_header (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/wwan/t7xx/ |
| H A D | t7xx_port_proxy.c | 282 unsigned int pkt_header, unsigned int ex_msg) in t7xx_port_send_ccci_skb() argument 293 ccci_h->packet_header = cpu_to_le32(pkt_header); in t7xx_port_send_ccci_skb() 310 u32 pkt_header = 0; in t7xx_port_send_ctl_skb() local 318 pkt_header = CCCI_HEADER_NO_DATA; in t7xx_port_send_ctl_skb() 320 return t7xx_port_send_ccci_skb(port, skb, pkt_header, ex_msg); in t7xx_port_send_ctl_skb() 323 int t7xx_port_send_skb(struct t7xx_port *port, struct sk_buff *skb, unsigned int pkt_header, in t7xx_port_send_skb() argument 352 return t7xx_port_send_ccci_skb(port, skb, pkt_header, ex_msg); in t7xx_port_send_skb()
|