Searched refs:occupied (Results 1 - 9 of 9) sorted by relevance

/linux-master/sound/soc/mediatek/mt2701/
H A Dmt2701-afe-common.h75 int occupied[MTK_STREAM_NUM]; member in struct:mt2701_i2s_path
H A Dmt2701-afe-pcm.c155 if (i2s_path->occupied[substream->stream])
156 i2s_path->occupied[substream->stream] = 0;
243 if (i2s_path->occupied[substream->stream])
250 i2s_path->occupied[substream->stream] = 1;
349 /* if the other direction stream is not occupied */
/linux-master/drivers/pci/hotplug/
H A Dpciehp_core.c160 * occupied slot or bring down an unoccupied slot. This can't be triggered by
168 int occupied; local
173 occupied = pciehp_card_present_or_link_active(ctrl);
174 if ((occupied > 0 && (ctrl->state == OFF_STATE ||
176 (!occupied && (ctrl->state == ON_STATE ||
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ring.h387 unsigned occupied, chunk1, chunk2; local
393 occupied = ring->wptr & ring->buf_mask;
394 dst = (void *)&ring->ring[occupied];
395 chunk1 = ring->buf_mask + 1 - occupied;
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwsignal.c358 * @occupied: slot is in use.
378 u8 occupied; member in struct:brcmf_fws_mac_descriptor
417 * @state: entry is either free or occupied.
574 brcmf_err("all slots occupied\n");
705 desc->occupied = 1;
721 desc->occupied = 0;
738 if (entry->occupied && !memcmp(entry->ea, ea, ETH_ALEN))
800 if (entry->occupied && (ifidx == -1 || ifidx == entry->interface_id)) {
802 entry->occupied = !!(entry->psq.len);
999 if (entry->occupied) {
[all...]
/linux-master/drivers/infiniband/hw/efa/
H A Defa_com.c34 u8 occupied; member in struct:efa_comp_ctx
273 comp_ctx->occupied = 0;
282 if (aq->comp_ctx[ctx_id].occupied && capture) {
285 "Completion context for command_id %#x is occupied\n",
291 aq->comp_ctx[ctx_id].occupied = 1;
/linux-master/include/net/
H A Dnexthop.h78 bool occupied; member in struct:nh_res_bucket
/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_com.c63 bool occupied; member in struct:ena_comp_ctx
173 comp_ctx->occupied = false;
192 if (unlikely(admin_queue->comp_ctx[command_id].occupied && capture)) {
193 netdev_err(admin_queue->ena_dev->net_device, "Completion context is occupied\n");
199 admin_queue->comp_ctx[command_id].occupied = true;
/linux-master/net/ipv4/
H A Dnexthop.c1674 if (bucket->occupied) {
1677 bucket->occupied = false;
1686 bucket->occupied = true;
1699 if (!bucket->occupied) {
1700 /* The bucket is not occupied, its NHGE pointer is either
1763 * occupied, or it belongs to a next hop that is
1913 * entry in NHG as not occupied.

Completed in 172 milliseconds