Lines Matching refs:pg_lc
1103 lookup_ctrl_t pg_lc, lc; in scn_gen_portal() local
1114 pg_lc.curr_uid = 0; in scn_gen_portal()
1115 pg_lc.type = OBJ_PG; in scn_gen_portal()
1116 pg_lc.id[0] = ATTR_INDEX_PG(ISNS_PG_PORTAL_IP_ADDR_ATTR_ID); in scn_gen_portal()
1117 pg_lc.op[0] = OP_MEMORY_IP6; in scn_gen_portal()
1118 pg_lc.data[0].ip = ip; in scn_gen_portal()
1119 pg_lc.id[1] = ATTR_INDEX_PG(ISNS_PG_PORTAL_PORT_ATTR_ID); in scn_gen_portal()
1120 pg_lc.op[1] = OP_INTEGER; in scn_gen_portal()
1121 pg_lc.data[1].ui = port; in scn_gen_portal()
1122 pg_lc.op[2] = 0; in scn_gen_portal()
1131 uid = cache_lookup(&pg_lc, &pg_uid, cb_pg_node); in scn_gen_portal()
1167 pg_lc.curr_uid = pg_uid; in scn_gen_portal()
1168 uid = cache_lookup(&pg_lc, &pg_uid, cb_pg_node); in scn_gen_portal()