Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_port_proxy.c233 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 Dt7xx_port.h141 int t7xx_port_send_skb(struct t7xx_port *port, struct sk_buff *skb, unsigned int pkt_header,
/openbmc/libmctp/tests/
H A Dtest-utils.c37 test->binding.pkt_header = 0; in mctp_binding_test_init()
H A Dtest_cmds.c69 test_binding->pkt_header = 0; in setup_test_binding()
H A Dtest_bridge.c78 binding->binding.pkt_header = 0; in mctp_binding_bridge_init()
/openbmc/linux/drivers/gpu/drm/sprd/
H A Dsprd_dsi.c463 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 Dlibmctp.h190 size_t pkt_header; member
H A Di2c.c159 i2c->binding.pkt_header = sizeof(struct mctp_i2c_hdr); in mctp_i2c_setup()
H A Dcore.c41 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 Dserial.c412 serial->binding.pkt_header = 0; in mctp_serial_init()
H A Dastlpc.c878 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()