Searched refs:buf_p (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/perf/util/arm-spe-decoder/ |
| A D | arm-spe-pkt-decoder.c | 240 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/ |
| A D | fec_main.c | 373 txq->tx_buf[index].buf_p); in fec_dump() 694 txq->tx_buf[index].buf_p = skb; in fec_enet_txq_submit_skb() 900 txq->tx_buf[index].buf_p = skb; in fec_enet_txq_submit_tso() 997 if (txq->tx_buf[i].buf_p) in fec_enet_bd_init() 1006 if (txq->tx_buf[i].buf_p) in fec_enet_bd_init() 1015 txq->tx_buf[i].buf_p = NULL; in fec_enet_bd_init() 1463 skb = txq->tx_buf[index].buf_p; in fec_enet_tx_queue() 1555 txq->tx_buf[index].buf_p = NULL; in fec_enet_tx_queue() 3302 if (!txq->tx_buf[i].buf_p) { in fec_enet_free_buffers() 3317 txq->tx_buf[i].buf_p = NULL; in fec_enet_free_buffers() [all …]
|
| A D | fec.h | 555 void *buf_p; member
|
| /linux/drivers/net/wwan/iosm/ |
| A D | iosm_ipc_mux.h | 304 u8 *buf_p; member
|
| /linux/tools/testing/selftests/kvm/s390x/ |
| A D | memop.c | 191 #define MEMOP(err, info_p, mop_target_p, access_mode_p, buf_p, size_p, ...) \ argument 197 .buf = (buf_p), \
|
Completed in 122 milliseconds