Searched refs:buf_p (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/tools/perf/util/arm-spe-decoder/ |
D | arm-spe-pkt-decoder.c | 253 static int arm_spe_pkt_out_string(int *err, char **buf_p, size_t *blen, in arm_spe_pkt_out_string() argument 264 ret = vsnprintf(*buf_p, *blen, fmt, ap); in arm_spe_pkt_out_string() 276 (*buf_p)[*blen - 1] = '\0'; in arm_spe_pkt_out_string() 285 *buf_p += ret; in arm_spe_pkt_out_string()
|
/linux-6.6.21/drivers/net/ethernet/freescale/ |
D | fec_main.c | 403 txq->tx_buf[index].buf_p); in fec_dump() 660 txq->tx_buf[index].buf_p = skb; in fec_enet_txq_submit_skb() 866 txq->tx_buf[index].buf_p = skb; in fec_enet_txq_submit_tso() 963 if (txq->tx_buf[i].buf_p) in fec_enet_bd_init() 964 dev_kfree_skb_any(txq->tx_buf[i].buf_p); in fec_enet_bd_init() 972 if (txq->tx_buf[i].buf_p) in fec_enet_bd_init() 973 xdp_return_frame(txq->tx_buf[i].buf_p); in fec_enet_bd_init() 975 struct page *page = txq->tx_buf[i].buf_p; in fec_enet_bd_init() 981 txq->tx_buf[i].buf_p = NULL; in fec_enet_bd_init() 1413 skb = txq->tx_buf[index].buf_p; in fec_enet_tx_queue() [all …]
|
D | fec.h | 555 void *buf_p; member
|
/linux-6.6.21/drivers/net/wwan/iosm/ |
D | iosm_ipc_mux.h | 304 u8 *buf_p; member
|
/linux-6.6.21/tools/testing/selftests/kvm/s390x/ |
D | memop.c | 189 #define MEMOP(err, info_p, mop_target_p, access_mode_p, buf_p, size_p, ...) \ argument 195 .buf = (buf_p), \
|