HomeSort by: relevance | last modified time | path
    Searched defs:cfgp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
mpt.c 574 MSG_CONFIG *cfgp; local in function:mpt_read_cfg_header
579 cfgp = req->req_vbuf;
580 memset(cfgp, 0, sizeof *cfgp);
582 cfgp->Action = MPI_CONFIG_ACTION_PAGE_HEADER;
583 cfgp->Function = MPI_FUNCTION_CONFIG;
584 cfgp->Header.PageNumber = (U8) PageNumber;
585 cfgp->Header.PageType = (U8) PageType;
586 cfgp->PageAddress = htole32(PageAddress);
587 MPI_pSGE_SET_FLAGS(((SGE_SIMPLE32 *) &cfgp->PageBufferSGE)
625 MSG_CONFIG *cfgp; local in function:mpt_read_cfg_page
700 MSG_CONFIG *cfgp; local in function:mpt_write_cfg_page
    [all...]
mpt.c 574 MSG_CONFIG *cfgp; local in function:mpt_read_cfg_header
579 cfgp = req->req_vbuf;
580 memset(cfgp, 0, sizeof *cfgp);
582 cfgp->Action = MPI_CONFIG_ACTION_PAGE_HEADER;
583 cfgp->Function = MPI_FUNCTION_CONFIG;
584 cfgp->Header.PageNumber = (U8) PageNumber;
585 cfgp->Header.PageType = (U8) PageType;
586 cfgp->PageAddress = htole32(PageAddress);
587 MPI_pSGE_SET_FLAGS(((SGE_SIMPLE32 *) &cfgp->PageBufferSGE)
625 MSG_CONFIG *cfgp; local in function:mpt_read_cfg_page
700 MSG_CONFIG *cfgp; local in function:mpt_write_cfg_page
    [all...]

Completed in 24 milliseconds