Home | Sort by: relevance | last modified time | path |
/src/sys/dev/ic/ | |
mpt.c | 504 MSG_IOC_FACTS f_req; local in function:mpt_get_iocfacts 507 memset(&f_req, 0, sizeof f_req); 508 f_req.Function = MPI_FUNCTION_IOC_FACTS; 509 f_req.MsgContext = htole32(0x12071942); 510 error = mpt_send_handshake_cmd(mpt, sizeof f_req, &f_req); 520 MSG_PORT_FACTS f_req; local in function:mpt_get_portfacts 524 memset(&f_req, 0, sizeof f_req); [all...] |
mpt.c | 504 MSG_IOC_FACTS f_req; local in function:mpt_get_iocfacts 507 memset(&f_req, 0, sizeof f_req); 508 f_req.Function = MPI_FUNCTION_IOC_FACTS; 509 f_req.MsgContext = htole32(0x12071942); 510 error = mpt_send_handshake_cmd(mpt, sizeof f_req, &f_req); 520 MSG_PORT_FACTS f_req; local in function:mpt_get_portfacts 524 memset(&f_req, 0, sizeof f_req); [all...] |