Searched refs:reuse (Results 1 – 13 of 13) sorted by relevance
| /drivers/rpmsg/ |
| A D | qcom_glink_trace.h | 185 …TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, u32 iid, bool reuse, bool tx… 186 TP_ARGS(remote, channel, lcid, rcid, iid, reuse, tx), 193 __field(bool, reuse) 202 __entry->reuse = reuse; 212 __entry->reuse
|
| A D | qcom_glink_native.c | 79 bool reuse; member 275 if (!intent->reuse) { in qcom_glink_channel_release() 568 bool reuse; in qcom_glink_rx_done_work() local 576 reuse = intent->reuse; in qcom_glink_rx_done_work() 586 if (!reuse) { in qcom_glink_rx_done_work() 607 if (!intent->reuse) { in qcom_glink_rx_done() 775 intent->reuse = reuseable; in qcom_glink_alloc_intent() 788 bool reuse) in qcom_glink_handle_rx_done() argument 801 channel ? channel->lcid : 0, cid, iid, reuse); in qcom_glink_handle_rx_done() 818 if (!reuse) { in qcom_glink_handle_rx_done() [all …]
|
| /drivers/net/ethernet/engleder/ |
| A D | tsnep_main.c | 1169 static int tsnep_rx_alloc(struct tsnep_rx *rx, int count, bool reuse) in tsnep_rx_alloc() argument 1182 if (i == 0 && reuse) in tsnep_rx_alloc() 1197 static int tsnep_rx_refill(struct tsnep_rx *rx, int count, bool reuse) in tsnep_rx_refill() argument 1201 desc_refilled = tsnep_rx_alloc(rx, count, reuse); in tsnep_rx_refill() 1226 static int tsnep_rx_alloc_zc(struct tsnep_rx *rx, int count, bool reuse) in tsnep_rx_alloc_zc() argument 1242 if (reuse) { in tsnep_rx_alloc_zc() 1271 desc_refilled = tsnep_rx_alloc_zc(rx, count, reuse); in tsnep_rx_refill_zc() 1469 bool reuse = desc_available >= TSNEP_RING_RX_REUSE; in tsnep_rx_poll() local 1472 reuse); in tsnep_rx_poll() 1570 bool reuse = desc_available >= TSNEP_RING_RX_REUSE; in tsnep_rx_poll_zc() local [all …]
|
| /drivers/net/wireless/mediatek/mt76/mt7915/ |
| A D | Kconfig | 13 OFDMA, spatial reuse and dual carrier modulation.
|
| /drivers/staging/rtl8723bs/include/ |
| A D | rtw_recv.h | 261 u8 reuse; member
|
| /drivers/net/ethernet/ibm/ |
| A D | ibmveth.c | 458 u64 correlator, bool reuse) in ibmveth_remove_buffer_from_pool() argument 481 if (!reuse) { in ibmveth_remove_buffer_from_pool() 536 bool reuse) in ibmveth_rxq_harvest_buffer() argument 542 rc = ibmveth_remove_buffer_from_pool(adapter, cor, reuse); in ibmveth_rxq_harvest_buffer()
|
| /drivers/scsi/aic7xxx/ |
| A D | aic7xxx.reg | 1412 * initialization, we read this field and reuse it for 2 1425 * and reuse it for 2 entries in the busy target table. 1641 * We reuse them after capturing the BIOS settings during
|
| A D | aic7xxx.seq | 570 * We reuse the first 8 bytes of the TARG_SCSIRATE
|
| A D | aic79xx.seq | 1262 * Restore SCB TAG since we reuse this field
|
| /drivers/perf/ |
| A D | Kconfig | 86 can reuse it.
|
| /drivers/net/ethernet/qlogic/qed/ |
| A D | qed_ll2.c | 172 bool reuse = false; in qed_ll2b_complete_rx_packet() local 193 reuse = true; in qed_ll2b_complete_rx_packet() 196 if (!reuse) in qed_ll2b_complete_rx_packet()
|
| /drivers/xen/ |
| A D | Kconfig | 73 Scrub pages before returning them to the system for reuse by
|
| /drivers/infiniband/core/ |
| A D | cma.c | 3595 int rdma_set_reuseaddr(struct rdma_cm_id *id, int reuse) in rdma_set_reuseaddr() argument 3603 if ((reuse && id_priv->state != RDMA_CM_LISTEN) || in rdma_set_reuseaddr() 3605 id_priv->reuseaddr = reuse; in rdma_set_reuseaddr()
|
Completed in 47 milliseconds