Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/mps/
Dmps.c2245 mps_push_sge(struct mps_command *cm, void *sgep, size_t len, int segsleft) in mps_push_sge() argument
2247 MPI2_SGE_TRANSACTION_UNION *tc = sgep; in mps_push_sge()
2248 MPI2_SGE_SIMPLE64 *sge = sgep; in mps_push_sge()
2265 panic("CHAIN %p length %u or %zu?", sgep, in mps_push_sge()
2317 bcopy(sgep, cm->cm_sge, len); in mps_push_sge()
2367 bcopy(sgep, cm->cm_sge, len); in mps_push_sge()
2393 bcopy(sgep, cm->cm_sge, len); in mps_push_sge()
/freebsd-10-stable/sys/dev/mpr/
Dmpr.c3036 mpr_push_ieee_sge(struct mpr_command *cm, void *sgep, int segsleft) in mpr_push_ieee_sge() argument
3038 MPI2_IEEE_SGE_SIMPLE64 *sge = sgep; in mpr_push_ieee_sge()
3085 bcopy(sgep, cm->cm_sge, ieee_sge_size); in mpr_push_ieee_sge()
3104 bcopy(sgep, cm->cm_sge, ieee_sge_size); in mpr_push_ieee_sge()