Home
last modified time | relevance | path

Searched refs:fcec (Results 1 – 1 of 1) sorted by relevance

/drivers/scsi/qla2xxx/
Dqla_dbg.c483 struct qla2xxx_fce_chain *fcec = ptr; in qla25xx_copy_fce() local
488 *last_chain = &fcec->type; in qla25xx_copy_fce()
489 fcec->type = htonl(DUMP_CHAIN_FCE); in qla25xx_copy_fce()
490 fcec->chain_size = htonl(sizeof(struct qla2xxx_fce_chain) + in qla25xx_copy_fce()
492 fcec->size = htonl(fce_calc_size(ha->fce_bufs)); in qla25xx_copy_fce()
493 fcec->addr_l = htonl(LSD(ha->fce_dma)); in qla25xx_copy_fce()
494 fcec->addr_h = htonl(MSD(ha->fce_dma)); in qla25xx_copy_fce()
496 iter_reg = fcec->eregs; in qla25xx_copy_fce()
500 memcpy(iter_reg, ha->fce, ntohl(fcec->size)); in qla25xx_copy_fce()
502 return (char *)iter_reg + ntohl(fcec->size); in qla25xx_copy_fce()