Home
last modified time | relevance | path

Searched refs:buf_p (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/arm-spe-decoder/
H A Darm-spe-pkt-decoder.c240 static int arm_spe_pkt_out_string(int *err, char **buf_p, size_t *blen, in arm_spe_pkt_out_string() argument
251 ret = vsnprintf(*buf_p, *blen, fmt, ap); in arm_spe_pkt_out_string()
263 (*buf_p)[*blen - 1] = '\0'; in arm_spe_pkt_out_string()
272 *buf_p += ret; in arm_spe_pkt_out_string()
/linux/drivers/net/ethernet/freescale/
H A Dfec_main.c376 txq->tx_buf[index].buf_p); in fec_dump()
697 txq->tx_buf[index].buf_p = skb; in fec_enet_txq_submit_skb()
910 txq->tx_buf[index].buf_p = skb; in fec_enet_txq_submit_tso()
1034 if (txq->tx_buf[i].buf_p) in fec_enet_bd_init()
1035 dev_kfree_skb_any(txq->tx_buf[i].buf_p); in fec_enet_bd_init()
1043 if (txq->tx_buf[i].buf_p) in fec_enet_bd_init()
1044 xdp_return_frame(txq->tx_buf[i].buf_p); in fec_enet_bd_init()
1046 struct page *page = txq->tx_buf[i].buf_p; in fec_enet_bd_init()
1054 txq->tx_buf[i].buf_p = NULL; in fec_enet_bd_init()
1517 skb = txq->tx_buf[index].buf_p; in fec_enet_tx_queue()
[all …]
/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_mux.h304 u8 *buf_p; member