Searched refs:sgep (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/mps/ |
H A D | mps.c | 2766 mps_push_sge(struct mps_command *cm, void *sgep, size_t len, int segsleft) in mps_push_sge() argument 2768 MPI2_SGE_TRANSACTION_UNION *tc = sgep; in mps_push_sge() 2769 MPI2_SGE_SIMPLE64 *sge = sgep; in mps_push_sge() 2786 panic("CHAIN %p length %u or %zu?", sgep, in mps_push_sge() 2849 bcopy(sgep, cm->cm_sge, len); in mps_push_sge() 2888 bcopy(sgep, cm->cm_sge, len); in mps_push_sge() 2914 bcopy(sgep, cm->cm_sge, len); in mps_push_sge()
|
/freebsd/sys/dev/mpr/ |
H A D | mpr.c | 3548 mpr_push_ieee_sge(struct mpr_command *cm, void *sgep, int segsleft) in mpr_push_ieee_sge() argument 3550 MPI2_IEEE_SGE_SIMPLE64 *sge = sgep; in mpr_push_ieee_sge() 3595 bcopy(sgep, cm->cm_sge, ieee_sge_size); in mpr_push_ieee_sge() 3612 bcopy(sgep, cm->cm_sge, ieee_sge_size); in mpr_push_ieee_sge()
|