Searched refs:free_slot (Results 1 - 6 of 6) sorted by relevance
/drivers/net/wireless/ath/ath6kl/ |
H A D | main.c | 67 u8 free_slot; local 69 free_slot = aid - 1; 71 sta = &ar->sta_list[free_slot]; 81 ar->sta_list_index = ar->sta_list_index | (1 << free_slot); 82 ar->ap_stats.sta[free_slot].aid = cpu_to_le32(aid);
|
/drivers/scsi/ufs/ |
H A D | ufshcd.c | 315 * @free_slot: pointer to variable with available slot value 319 * in @free_slot. 321 static bool ufshcd_get_tm_free_slot(struct ufs_hba *hba, int *free_slot) argument 326 if (!free_slot) 335 *free_slot = tag; 3592 int free_slot; local 3603 wait_event(hba->tm_tag_wq, ufshcd_get_tm_free_slot(hba, &free_slot)); 3608 task_req_descp += free_slot; 3618 task_tag = hba->nutrs + free_slot; 3632 __set_bit(free_slot, [all...] |
/drivers/usb/dwc3/ |
H A D | gadget.c | 741 trb = &dep->trb_pool[dep->free_slot & DWC3_TRB_MASK]; 747 req->start_slot = dep->free_slot & DWC3_TRB_MASK; 750 dep->free_slot++; 752 if (((dep->free_slot & DWC3_TRB_MASK) == DWC3_TRB_NUM - 1) && 754 dep->free_slot++; 824 trbs_left = (dep->busy_slot - dep->free_slot) & DWC3_TRB_MASK; 828 max = DWC3_TRB_NUM - (dep->free_slot & DWC3_TRB_MASK); 855 dep->free_slot = 1; 858 dep->free_slot = 0;
|
H A D | core.h | 411 * @free_slot: next slot which is going to be used 433 u32 free_slot; member in struct:dwc3_ep
|
/drivers/usb/host/ |
H A D | isp1760-hcd.c | 861 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/scsi/ |
H A D | 53c700.c | 542 free_slot(struct NCR_700_command_slot *slot, function 619 free_slot(slot, hostdata); 1562 free_slot(slot, hostdata);
|
Completed in 138 milliseconds