Searched defs:reclaim (Results 1 - 9 of 9) sorted by relevance

/drivers/net/wireless/iwlwifi/
H A Diwl-trans-pcie-rx.c377 int reclaim; local
432 * there is no command buffer to reclaim.
435 reclaim = !(pkt->hdr.sequence & SEQ_RX_FRAME) &&
447 if (reclaim)
458 WARN(pkt->hdr.cmd != REPLY_TX && reclaim == false &&
460 "reclaim is false, SEQ_RX_FRAME unset: %s\n",
472 if (reclaim) {
476 * as we reclaim the driver command queue */
H A Diwl-trans.h148 * @reclaim: free packet until ssn. Returns a list of freed packets.
182 int (*reclaim)(struct iwl_trans *trans, int sta_id, int tid, member in struct:iwl_trans_ops
315 return trans->ops->reclaim(trans, sta_id, tid, txq_id, ssn,
/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.c82 * Period of the TX buffer reclaim timer. This timer does not need to run
1305 unsigned int reclaim = q->processed - q->cleaned; local
1307 if (reclaim) {
1310 free_cmdQ_buffers(sge, q, reclaim);
1311 q->cleaned += reclaim;
1898 * Callback for the Tx buffer reclaim timer. Runs with softirqs disabled.
/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c326 * @q: the Tx queue to reclaim descriptors from
327 * @n: the number of descriptors to reclaim
370 * @q: the Tx queue to reclaim completed descriptors from
1010 * reclaim_completed_tx_imm - reclaim completed control-queue Tx descs
1020 int reclaim = hw_cidx - q->cidx; local
1022 if (reclaim < 0)
1023 reclaim += q->size;
1025 q->in_use -= reclaim;
/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c77 * Period of the Tx buffer reclaim timer. This timer does not need to run
279 * @q: the Tx queue to reclaim descriptors from
280 * @n: the number of descriptors to reclaim
317 * @q: the Tx queue to reclaim completed descriptors from
318 * @chunk: maximum number of descriptors to reclaim
328 unsigned int reclaim = q->processed - q->cleaned; local
330 reclaim = min(chunk, reclaim);
331 if (reclaim) {
332 free_tx_desc(adapter, q, reclaim);
1404 unsigned int reclaim = q->processed - q->cleaned; local
[all...]
/drivers/net/wireless/iwlegacy/
H A D3945-mac.c1202 int reclaim; local
1247 * there is no command buffer to reclaim.
1250 reclaim = !(pkt->hdr.sequence & SEQ_RX_FRAME) &&
1274 if (reclaim) {
1277 * as we reclaim the driver command queue */
H A D4965-mac.c3917 int reclaim; local
3963 * there is no command buffer to reclaim.
3966 reclaim = !(pkt->hdr.sequence & SEQ_RX_FRAME) &&
3993 if (reclaim) {
3996 * as we reclaim the driver command queue */
/drivers/usb/host/
H A Dehci.h45 unsigned long reclaim; member in struct:ehci_stats
54 * ehci_hcd: async, reclaim, periodic (and shadow), ...
84 struct ehci_qh *reclaim; member in struct:ehci_hcd
353 struct ehci_qh *reclaim; /* next to reclaim */ member in struct:ehci_qh
372 #define QH_STATE_UNLINK_WAIT 4 /* LINKED and on reclaim q */
H A Doxu210hp.h301 struct ehci_qh *reclaim; /* next to reclaim */ member in struct:ehci_qh
311 #define QH_STATE_UNLINK_WAIT 4 /* LINKED and on reclaim q */
393 struct ehci_qh *reclaim; member in struct:oxu_hcd

Completed in 182 milliseconds