Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/arm-spe-decoder/
H A Darm-spe-pkt-decoder.c253 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()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dfec_main.c418 txq->tx_buf[index].buf_p); in fec_dump()
675 txq->tx_buf[index].buf_p = skb; in fec_enet_txq_submit_skb()
883 txq->tx_buf[index].buf_p = skb; in fec_enet_txq_submit_tso()
1007 if (txq->tx_buf[i].buf_p) in fec_enet_bd_init()
1008 dev_kfree_skb_any(txq->tx_buf[i].buf_p); in fec_enet_bd_init()
1016 if (txq->tx_buf[i].buf_p) in fec_enet_active_rxring()
1017 xdp_return_frame(txq->tx_buf[i].buf_p); in fec_enet_active_rxring()
1019 struct page *page = txq->tx_buf[i].buf_p; in fec_enet_enable_ring()
1025 txq->tx_buf[i].buf_p = NULL; in fec_enet_enable_ring()
1473 skb = txq->tx_buf[index].buf_p; in fec_enet_tx_queue()
[all...]
H A Dfec.h555 void *buf_p; member
/openbmc/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_mux.h304 u8 *buf_p; member
/openbmc/linux/tools/testing/selftests/kvm/s390x/
H A Dmemop.c189 #define MEMOP(err, info_p, mop_target_p, access_mode_p, buf_p, size_p, ...) \ argument
195 .buf = (buf_p), \
/openbmc/qemu/hw/nvme/
H A Dctrl.c4389 void *buf, *buf_p; in nvme_zone_mgmt_recv() local
4444 buf_p = buf + sizeof(NvmeZoneReportHeader); in nvme_zone_mgmt_recv()
4448 z = buf_p; in nvme_zone_mgmt_recv()
4449 buf_p += sizeof(NvmeZoneDescr); in nvme_zone_mgmt_recv()
4465 memcpy(buf_p, nvme_get_zd_extension(ns, zone_idx), in nvme_zone_mgmt_recv()
4468 buf_p += ns->params.zd_extension_size; in nvme_zone_mgmt_recv()