Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/mps/
Dmps.c2770 mps_push_sge(struct mps_command *cm, void *sgep, size_t len, int segsleft) in mps_push_sge() argument
2772 MPI2_SGE_TRANSACTION_UNION *tc = sgep; in mps_push_sge()
2773 MPI2_SGE_SIMPLE64 *sge = sgep; in mps_push_sge()
2790 panic("CHAIN %p length %u or %zu?", sgep, in mps_push_sge()
2853 bcopy(sgep, cm->cm_sge, len); in mps_push_sge()
2892 bcopy(sgep, cm->cm_sge, len); in mps_push_sge()
2918 bcopy(sgep, cm->cm_sge, len); in mps_push_sge()
/freebsd-12-stable/sys/dev/mpr/
Dmpr.c3576 mpr_push_ieee_sge(struct mpr_command *cm, void *sgep, int segsleft) in mpr_push_ieee_sge() argument
3578 MPI2_IEEE_SGE_SIMPLE64 *sge = sgep; in mpr_push_ieee_sge()
3623 bcopy(sgep, cm->cm_sge, ieee_sge_size); in mpr_push_ieee_sge()
3640 bcopy(sgep, cm->cm_sge, ieee_sge_size); in mpr_push_ieee_sge()