Searched refs:free_slot (Results 1 – 5 of 5) sorted by relevance
/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 837 int curr_slot, free_slot; in enqueue_qtds() local 860 free_slot = -1; in enqueue_qtds() 862 if ((free_slot == -1) && (slots[curr_slot].qtd == NULL)) in enqueue_qtds() 863 free_slot = curr_slot; in enqueue_qtds() 893 if ((curr_slot > 31) && (free_slot > -1)) { in enqueue_qtds() 899 start_bus_transfer(hcd, ptd_offset, free_slot, in enqueue_qtds() 901 curr_slot = free_slot; in enqueue_qtds()
|
/drivers/net/wireless/ath/ath6kl/ |
D | main.c | 67 u8 free_slot; in ath6kl_add_new_sta() local 69 free_slot = aid - 1; in ath6kl_add_new_sta() 71 sta = &ar->sta_list[free_slot]; in ath6kl_add_new_sta() 81 ar->sta_list_index = ar->sta_list_index | (1 << free_slot); in ath6kl_add_new_sta() 82 ar->ap_stats.sta[free_slot].aid = cpu_to_le32(aid); in ath6kl_add_new_sta()
|
/drivers/scsi/ufs/ |
D | ufshcd.c | 387 static bool ufshcd_get_tm_free_slot(struct ufs_hba *hba, int *free_slot) in ufshcd_get_tm_free_slot() argument 392 if (!free_slot) in ufshcd_get_tm_free_slot() 401 *free_slot = tag; in ufshcd_get_tm_free_slot() 4366 int free_slot; in ufshcd_issue_tm_cmd() local 4377 wait_event(hba->tm_tag_wq, ufshcd_get_tm_free_slot(hba, &free_slot)); in ufshcd_issue_tm_cmd() 4382 task_req_descp += free_slot; in ufshcd_issue_tm_cmd() 4392 task_tag = hba->nutrs + free_slot; in ufshcd_issue_tm_cmd() 4406 __set_bit(free_slot, &hba->outstanding_tasks); in ufshcd_issue_tm_cmd() 4411 ufshcd_writel(hba, 1 << free_slot, REG_UTP_TASK_REQ_DOOR_BELL); in ufshcd_issue_tm_cmd() 4417 test_bit(free_slot, &hba->tm_condition), in ufshcd_issue_tm_cmd() [all …]
|
/drivers/pci/hotplug/ |
D | pnv_php.c | 873 goto free_slot; in pnv_php_register_one() 888 free_slot: in pnv_php_register_one()
|
/drivers/scsi/ |
D | 53c700.c | 540 free_slot(struct NCR_700_command_slot *slot, in free_slot() function 612 free_slot(slot, hostdata); in NCR_700_scsi_done() 1561 free_slot(slot, hostdata); in NCR_700_intr()
|