Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c732 struct fw_ri_dsgl *sglp; in build_memreg() local
738 sglp = (struct fw_ri_dsgl *)(&wqe->fr + 1); in build_memreg()
739 sglp->op = FW_RI_DATA_DSGL; in build_memreg()
740 sglp->r1 = 0; in build_memreg()
741 sglp->nsge = cpu_to_be16(1); in build_memreg()
742 sglp->addr0 = cpu_to_be64(mhp->mpl_addr); in build_memreg()
743 sglp->len0 = cpu_to_be32(pbllen); in build_memreg()
745 *len16 = DIV_ROUND_UP(sizeof(wqe->fr) + sizeof(*sglp), 16); in build_memreg()
/freebsd/sys/dev/mpt/
H A Dmpt_cam.c1279 void *sglp = NULL; in mpt_execute_req_a64() local
1299 sglp = &((PTR_MSG_SCSI_IO_REQUEST)hdrp)->SGL; in mpt_execute_req_a64()
1303 sglp = &((PTR_MSG_TARGET_ASSIST_REQUEST)hdrp)->SGL; in mpt_execute_req_a64()
1356 int tidx = ((char *)sglp) - mpt_off; in mpt_execute_req_a64()
1361 SGE_SIMPLE32 *se1 = (SGE_SIMPLE32 *) sglp; in mpt_execute_req_a64()
1417 se = (SGE_SIMPLE64 *) sglp; in mpt_execute_req_a64()
1671 void *sglp = NULL; in mpt_execute_req() local
1690 sglp = &((PTR_MSG_SCSI_IO_REQUEST)hdrp)->SGL; in mpt_execute_req()
1694 sglp = &((PTR_MSG_TARGET_ASSIST_REQUEST)hdrp)->SGL; in mpt_execute_req()
1747 int tidx = ((char *)sglp) - mpt_off; in mpt_execute_req()
[all …]