Home
last modified time | relevance | path

Searched refs:reuse (Results 1 – 13 of 13) sorted by relevance

/drivers/rpmsg/
A Dqcom_glink_trace.h185 …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 Dqcom_glink_native.c79 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 Dtsnep_main.c1169 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 DKconfig13 OFDMA, spatial reuse and dual carrier modulation.
/drivers/staging/rtl8723bs/include/
A Drtw_recv.h261 u8 reuse; member
/drivers/net/ethernet/ibm/
A Dibmveth.c458 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 Daic7xxx.reg1412 * 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 Daic7xxx.seq570 * We reuse the first 8 bytes of the TARG_SCSIRATE
A Daic79xx.seq1262 * Restore SCB TAG since we reuse this field
/drivers/perf/
A DKconfig86 can reuse it.
/drivers/net/ethernet/qlogic/qed/
A Dqed_ll2.c172 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 DKconfig73 Scrub pages before returning them to the system for reuse by
/drivers/infiniband/core/
A Dcma.c3595 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