Searched defs:free_slot (Results 1 - 5 of 5) sorted by relevance

/drivers/net/wireless/ath/ath6kl/
H A Dmain.c62 u8 free_slot; local
64 free_slot = aid - 1;
66 sta = &ar->sta_list[free_slot];
76 ar->sta_list_index = ar->sta_list_index | (1 << free_slot);
77 ar->ap_stats.sta[free_slot].aid = cpu_to_le32(aid);
/drivers/scsi/
H A D53c700.c542 free_slot(struct NCR_700_command_slot *slot, function
619 free_slot(slot, hostdata);
1561 free_slot(slot, hostdata);
/drivers/scsi/ufs/
H A Dufshcd.c1499 int free_slot = 0; local
1507 free_slot = ufshcd_get_tm_free_slot(hba);
1508 if (free_slot >= hba->nutmrs) {
1516 task_req_descp += free_slot;
1540 __set_bit(free_slot, &hba->outstanding_tasks);
1541 writel((1 << free_slot),
1549 (test_bit(free_slot,
1558 clear_bit(free_slot, &hba->tm_condition);
1559 return ufshcd_task_req_compl(hba, free_slot);
/drivers/usb/host/
H A Disp1760-hcd.c861 int curr_slot, free_slot; local
884 free_slot = -1;
886 if ((free_slot == -1) && (slots[curr_slot].qtd == NULL))
887 free_slot = curr_slot;
912 if ((curr_slot > 31) && (free_slot == -1))
917 if ((curr_slot > 31) && (free_slot > -1)) {
923 start_bus_transfer(hcd, ptd_offset, free_slot,
925 curr_slot = free_slot;
/drivers/usb/dwc3/
H A Dcore.h341 * @free_slot: next slot which is going to be used
362 u32 free_slot; member in struct:dwc3_ep

Completed in 331 milliseconds