Home
last modified time | relevance | path

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

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