[go: nahoru, domu]

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

/drivers/scsi/bfa/
H A Dbfa_fcpim.c1576 bfa_trc(ioim->bfa, ioim->iotag);
1756 bfa_trc(ioim->bfa, ioim->iotag);
1819 bfa_trc(ioim->bfa, ioim->iotag);
1879 bfa_trc(ioim->bfa, ioim->iotag);
1923 bfa_trc(ioim->bfa, ioim->iotag);
1974 bfa_trc(ioim->bfa, ioim->iotag);
2048 bfa_trc(ioim->bfa, ioim->iotag);
2081 bfa_trc(ioim->bfa, ioim->iotag);
2160 ioim->iotag);
2485 m->io_tag = cpu_to_be16(ioim->iotag);
2796 u16 iotag; local
2880 u16 iotag; local
2946 struct bfa_iotag_s *iotag = NULL; local
2976 struct bfa_iotag_s *iotag; local
3830 struct bfa_iotag_s *iotag; local
[all...]
H A Dbfa_fcpim.h174 u16 iotag; /* FWI IO tag */ member in struct:bfa_ioim_s
260 uint16_t k = (__ioim)->iotag >> BFA_IOIM_RETRY_TAG_OFFSET; \
261 k++; (__ioim)->iotag &= BFA_IOIM_IOTAG_MASK; \
262 (__ioim)->iotag |= k << BFA_IOIM_RETRY_TAG_OFFSET; \
268 uint16_t k = ioim->iotag >> BFA_IOIM_RETRY_TAG_OFFSET;
H A Dbfad_im.c223 bfa_trc(bfad, hal_io->iotag);
225 "scsi%d: abort cmnd %p iotag %x\n",
226 im_port->shost->host_no, cmnd, hal_io->iotag);
240 bfa_trc(bfad, hal_io->iotag);
242 "scsi%d: complete abort 0x%p iotag 0x%x\n",
243 im_port->shost->host_no, cmnd, hal_io->iotag);
/drivers/scsi/lpfc/
H A Dlpfc_sli.h54 uint16_t iotag; /* pre-assigned IO tag */ member in struct:lpfc_iocbq
195 uint16_t abtsiotag; /* tracks next iotag to use for ABTS */
202 uint32_t fast_iotag; /* max fastlookup based iotag */
203 uint32_t iotag_ctr; /* keeps track of the next iotag to use */
204 uint32_t iotag_max; /* max iotag value to use */
H A Dlpfc_sli.c982 * iocb object to the iocb pool. The iotag in the iocb object
1033 * Clean all volatile data fields, preserve iotag and node struct.
1048 * iocb object to the iocb pool. The iotag in the iocb object
1059 * Clean all volatile data fields, preserve iotag and node struct.
1072 * iocb object to the iocb pool. The iotag in the iocb object
1097 * Clean all volatile data fields, preserve iotag and node struct.
1404 * lpfc_sli_next_iotag - Get an iotag for the iocb
1408 * This function gets an iotag for the iocb. If there is no unused iotag and
1410 * array and assigns a new iotag
1422 uint16_t iotag; local
2605 uint16_t iotag; local
2639 lpfc_sli_iocbq_lookup_by_tag(struct lpfc_hba *phba, struct lpfc_sli_ring *pring, uint16_t iotag) argument
[all...]
H A Dlpfc_els.c317 elscmd, did, elsiocb->iotag,
326 elscmd, ndlp->nlp_DID, elsiocb->iotag,
1094 "Data: x%x x%x x%x x%x x%x x%x\n", cmdiocb->iotag,
4001 elsiocb->iotag, elsiocb->iocb.ulpContext,
4083 rejectError, elsiocb->iotag,
4145 "0130 Xmit ADISC ACC response iotag x%x xri: "
4147 elsiocb->iotag, elsiocb->iocb.ulpContext,
4226 elsiocb->iotag, elsiocb->iocb.ulpContext,
4331 elsiocb->iotag, elsiocb->iocb.ulpContext);
4407 iocb->iotag, ioc
[all...]
H A Dlpfc_sli4.h631 uint16_t iotag; /* pre-assigned IO tag */ member in struct:lpfc_sglq
H A Dlpfc_scsi.c516 uint16_t iotag; local
549 /* Allocate iotag for psb->cur_iocbq. */
550 iotag = lpfc_sli_next_iotag(phba, &psb->cur_iocbq);
551 if (iotag == 0) {
922 uint16_t iotag, lxri = 0; local
976 /* Allocate iotag for psb->cur_iocbq. */
977 iotag = lpfc_sli_next_iotag(phba, &psb->cur_iocbq);
978 if (iotag == 0) {
H A Dlpfc_init.c5630 uint16_t iotag; local
5644 iotag = lpfc_sli_next_iotag(phba, iocbq_entry);
5645 if (iotag == 0) {

Completed in 111 milliseconds