Searched refs:iotag (Results 26 - 30 of 30) sorted by relevance
12
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_scsi.c | 339 uint16_t iotag; in lpfc_new_scsi_buf_s3() local 370 /* Allocate iotag for psb->cur_iocbq. */ in lpfc_new_scsi_buf_s3() 371 iotag = lpfc_sli_next_iotag(phba, &psb->cur_iocbq); in lpfc_new_scsi_buf_s3() 372 if (iotag == 0) { in lpfc_new_scsi_buf_s3()
|
H A D | lpfc_init.c | 4154 uint16_t iotag, lxri = 0; in lpfc_new_io_buf() local 4212 /* Allocate iotag for lpfc_ncmd->cur_iocbq. */ in lpfc_new_io_buf() 4213 iotag = lpfc_sli_next_iotag(phba, pwqeq); in lpfc_new_io_buf() 4214 if (iotag == 0) { in lpfc_new_io_buf() 7273 uint16_t iotag; in lpfc_init_iocb_list() local 7287 iotag = lpfc_sli_next_iotag(phba, iocbq_entry); in lpfc_init_iocb_list() 7288 if (iotag == 0) { in lpfc_init_iocb_list()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_ct.c | 631 ndlp->nlp_DID, geniocb->iotag, in lpfc_gen_req() 1643 get_job_ulpcontext(phba, cmdiocb), cmdiocb->iotag); in lpfc_cmpl_ct()
|
H A D | lpfc_init.c | 4494 uint16_t iotag, lxri = 0; in lpfc_new_io_buf() local 4552 /* Allocate iotag for lpfc_ncmd->cur_iocbq. */ in lpfc_new_io_buf() 4553 iotag = lpfc_sli_next_iotag(phba, pwqeq); in lpfc_new_io_buf() 4554 if (iotag == 0) { in lpfc_new_io_buf() 8680 uint16_t iotag; in lpfc_init_iocb_list() local 8694 iotag = lpfc_sli_next_iotag(phba, iocbq_entry); in lpfc_init_iocb_list() 8695 if (iotag == 0) { in lpfc_init_iocb_list()
|
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/ |
H A D | sja1105_static_config.c | 285 sja1105_packing(buf, &entry->iotag, 82, 82, size, op); in sja1105pqrs_l2_lookup_entry_packing()
|
Completed in 45 milliseconds
12