Searched refs:pkt_header (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/net/wwan/t7xx/ |
H A D | t7xx_port_proxy.c | 233 unsigned int pkt_header, unsigned int ex_msg) in t7xx_port_send_ccci_skb() argument 244 ccci_h->packet_header = cpu_to_le32(pkt_header); in t7xx_port_send_ccci_skb() 261 u32 pkt_header = 0; in t7xx_port_send_ctl_skb() local 269 pkt_header = CCCI_HEADER_NO_DATA; in t7xx_port_send_ctl_skb() 271 return t7xx_port_send_ccci_skb(port, skb, pkt_header, ex_msg); in t7xx_port_send_ctl_skb() 274 int t7xx_port_send_skb(struct t7xx_port *port, struct sk_buff *skb, unsigned int pkt_header, in t7xx_port_send_skb() argument 303 return t7xx_port_send_ccci_skb(port, skb, pkt_header, ex_msg); in t7xx_port_send_skb()
|
H A D | t7xx_port.h | 141 int t7xx_port_send_skb(struct t7xx_port *port, struct sk_buff *skb, unsigned int pkt_header,
|
/openbmc/libmctp/tests/ |
H A D | test-utils.c | 37 test->binding.pkt_header = 0; in mctp_binding_test_init()
|
H A D | test_cmds.c | 69 test_binding->pkt_header = 0; in setup_test_binding()
|
H A D | test_bridge.c | 78 binding->binding.pkt_header = 0; in mctp_binding_bridge_init()
|
/openbmc/linux/drivers/gpu/drm/sprd/ |
H A D | sprd_dsi.c | 463 const u8 pkt_header = 6; in sprd_dsi_dpi_video() local 516 bytes_per_chunk = vm->hactive * bpp_x100 / 100 + pkt_header; in sprd_dsi_dpi_video() 541 + pkt_header; in sprd_dsi_dpi_video() 550 if (bytes_left > (pkt_header * chunks)) { in sprd_dsi_dpi_video() 552 pkt_header * chunks) / chunks; in sprd_dsi_dpi_video()
|
/openbmc/libmctp/ |
H A D | libmctp.h | 190 size_t pkt_header; member
|
H A D | i2c.c | 159 i2c->binding.pkt_header = sizeof(struct mctp_i2c_hdr); in mctp_i2c_setup()
|
H A D | core.c | 41 binding->pkt_size + binding->pkt_header + binding->pkt_trailer; in mctp_pktbuf_alloc() 69 binding->pkt_size + binding->pkt_header + binding->pkt_trailer; in mctp_pktbuf_init() 72 buf->start = binding->pkt_header; in mctp_pktbuf_init()
|
H A D | serial.c | 412 serial->binding.pkt_header = 0; in mctp_serial_init()
|
H A D | astlpc.c | 878 body += astlpc->binding.pkt_header + astlpc->binding.pkt_trailer; in mctp_astlpc_set_pkt_size() 1294 astlpc->binding.pkt_header = 4; in __mctp_astlpc_init()
|