Searched refs:LanCtx (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/message/fusion/ |
H A D | mptlan.c | 152 static u8 LanCtx = MPT_MAX_PROTOCOL_DRIVERS; variable 436 if (mpt_event_register(LanCtx, mpt_lan_event_process) != 0) { mpt_lan_open() 469 mf = mpt_get_msg_frame(LanCtx, priv->mpt_dev); mpt_lan_reset() 487 mpt_put_msg_frame(LanCtx, priv->mpt_dev, mf); mpt_lan_reset() 503 mpt_event_deregister(LanCtx); mpt_lan_close() 711 mf = mpt_get_msg_frame(LanCtx, mpt_dev); mpt_lan_sdu_send() 793 mpt_put_msg_frame (LanCtx, mpt_dev, mf); mpt_lan_sdu_send() 1174 mf = mpt_get_msg_frame(LanCtx, mpt_dev); mpt_lan_post_receive_buckets() 1280 mpt_put_msg_frame(LanCtx, mpt_dev, mf); mpt_lan_post_receive_buckets() 1455 LanCtx = mpt_register(lan_reply, MPTLAN_DRIVER, mpt_lan_init() 1457 if (LanCtx <= 0) { mpt_lan_init() 1462 dlprintk((KERN_INFO MYNAM ": assigned context of %d\n", LanCtx)); mpt_lan_init() 1464 if (mpt_reset_register(LanCtx, mpt_lan_ioc_reset)) { mpt_lan_init() 1480 mpt_reset_deregister(LanCtx); mpt_lan_exit() 1482 if (LanCtx) { mpt_lan_exit() 1483 mpt_deregister(LanCtx); mpt_lan_exit() 1484 LanCtx = MPT_MAX_PROTOCOL_DRIVERS; mpt_lan_exit()
|
Completed in 118 milliseconds