Searched refs:hdid (Results 1 – 3 of 3) sorted by relevance
162 "rapidio.hdid=" with a list of destination ID assignments in order of mport164 the command line parameter "rapidio.hdid=-1,7" will result in assignment of170 traditional methods of passing module parameter "hdid=" during its loading:171 - from command line: "modprobe rapidio hdid=-1,7", or173 like in this example: "options rapidio hdid=-1,7". An example of modprobe177 (i) if "hdid=" parameter is omitted all available mport will be assigned179 (ii) the "hdid=" parameter in systems with multiple mports can have326 options rapidio hdid=-1,2
132 to them using "hdid=..." rapidio module parameter.
38 static int hdid[RIO_MAX_MPORTS]; variable40 module_param_array(hdid, int, &ids_num, 0);41 MODULE_PARM_DESC(hdid,1909 return hdid[index]; in rio_get_hdid()