Home
last modified time | relevance | path

Searched refs:con (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/OK3568_Linux_fs/kernel/net/ceph/
H A Dmessenger.c119 static void con_flag_clear(struct ceph_connection *con, unsigned long con_flag) in con_flag_clear() argument
123 clear_bit(con_flag, &con->flags); in con_flag_clear()
126 static void con_flag_set(struct ceph_connection *con, unsigned long con_flag) in con_flag_set() argument
130 set_bit(con_flag, &con->flags); in con_flag_set()
133 static bool con_flag_test(struct ceph_connection *con, unsigned long con_flag) in con_flag_test() argument
137 return test_bit(con_flag, &con->flags); in con_flag_test()
140 static bool con_flag_test_and_clear(struct ceph_connection *con, in con_flag_test_and_clear() argument
145 return test_and_clear_bit(con_flag, &con->flags); in con_flag_test_and_clear()
148 static bool con_flag_test_and_set(struct ceph_connection *con, in con_flag_test_and_set() argument
153 return test_and_set_bit(con_flag, &con->flags); in con_flag_test_and_set()
[all …]
/OK3568_Linux_fs/kernel/fs/dlm/
H A Dlowcomms.c85 void (*shutdown_action)(struct connection *con); /* What to do to shutdown */
108 struct connection *con; member
156 struct connection *con; in __find_con() local
161 hlist_for_each_entry_rcu(con, &connection_hash[r], list) { in __find_con()
162 if (con->nodeid == nodeid) { in __find_con()
164 return con; in __find_con()
178 struct connection *con, *tmp; in nodeid2con() local
181 con = __find_con(nodeid); in nodeid2con()
182 if (con || !alloc) in nodeid2con()
183 return con; in nodeid2con()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/typec/ucsi/
H A Ducsi.c196 void ucsi_altmode_update_active(struct ucsi_connector *con) in ucsi_altmode_update_active() argument
204 command = UCSI_GET_CURRENT_CAM | UCSI_CONNECTOR_NUMBER(con->num); in ucsi_altmode_update_active()
205 ret = ucsi_send_command(con->ucsi, command, &cur, sizeof(cur)); in ucsi_altmode_update_active()
207 if (con->ucsi->version > 0x0100) { in ucsi_altmode_update_active()
208 dev_err(con->ucsi->dev, in ucsi_altmode_update_active()
216 altmode = typec_altmode_get_partner(con->port_altmode[cur]); in ucsi_altmode_update_active()
218 for (i = 0; con->partner_altmode[i]; i++) in ucsi_altmode_update_active()
219 typec_altmode_update_active(con->partner_altmode[i], in ucsi_altmode_update_active()
220 con->partner_altmode[i] == altmode); in ucsi_altmode_update_active()
250 static int ucsi_register_altmode(struct ucsi_connector *con, in ucsi_register_altmode() argument
[all …]
H A Dpsy.c32 static int ucsi_psy_get_online(struct ucsi_connector *con, in ucsi_psy_get_online() argument
36 if (con->status.flags & UCSI_CONSTAT_CONNECTED && in ucsi_psy_get_online()
37 (con->status.flags & UCSI_CONSTAT_PWR_DIR) == TYPEC_SINK) in ucsi_psy_get_online()
42 static int ucsi_psy_get_voltage_min(struct ucsi_connector *con, in ucsi_psy_get_voltage_min() argument
47 switch (UCSI_CONSTAT_PWR_OPMODE(con->status.flags)) { in ucsi_psy_get_voltage_min()
49 pdo = con->src_pdos[0]; in ucsi_psy_get_voltage_min()
65 static int ucsi_psy_get_voltage_max(struct ucsi_connector *con, in ucsi_psy_get_voltage_max() argument
70 switch (UCSI_CONSTAT_PWR_OPMODE(con->status.flags)) { in ucsi_psy_get_voltage_max()
72 if (con->num_pdos > 0) { in ucsi_psy_get_voltage_max()
73 pdo = con->src_pdos[con->num_pdos - 1]; in ucsi_psy_get_voltage_max()
[all …]
H A Ddisplayport.c20 struct ucsi_connector *con; member
51 struct ucsi *ucsi = dp->con->ucsi; in ucsi_displayport_enter()
57 mutex_lock(&dp->con->lock); in ucsi_displayport_enter()
68 command = UCSI_GET_CURRENT_CAM | UCSI_CONNECTOR_NUMBER(dp->con->num); in ucsi_displayport_enter()
77 ret = dp->con->port_altmode[cur] == alt ? 0 : -EBUSY; in ucsi_displayport_enter()
103 mutex_unlock(&dp->con->lock); in ucsi_displayport_enter()
115 mutex_lock(&dp->con->lock); in ucsi_displayport_exit()
126 command = UCSI_CMD_SET_NEW_CAM(dp->con->num, 0, dp->offset, 0); in ucsi_displayport_exit()
127 ret = ucsi_send_command(dp->con->ucsi, command, NULL, 0); in ucsi_displayport_exit()
147 mutex_unlock(&dp->con->lock); in ucsi_displayport_exit()
[all …]
/OK3568_Linux_fs/kernel/net/tipc/
H A Dtopsrv.c116 static void tipc_conn_delete_sub(struct tipc_conn *con, struct tipc_subscr *s);
118 static bool connected(struct tipc_conn *con) in connected() argument
120 return con && test_bit(CF_CONNECTED, &con->flags); in connected()
125 struct tipc_conn *con = container_of(kref, struct tipc_conn, kref); in tipc_conn_kref_release() local
126 struct tipc_topsrv *s = con->server; in tipc_conn_kref_release()
130 idr_remove(&s->conn_idr, con->conid); in tipc_conn_kref_release()
133 if (con->sock) in tipc_conn_kref_release()
134 sock_release(con->sock); in tipc_conn_kref_release()
136 spin_lock_bh(&con->outqueue_lock); in tipc_conn_kref_release()
137 list_for_each_entry_safe(e, safe, &con->outqueue, list) { in tipc_conn_kref_release()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras.c461 struct amdgpu_ras *con = amdgpu_ras_get_context(adev); in amdgpu_ras_create_obj() local
464 if (!con) in amdgpu_ras_create_obj()
470 obj = &con->objs[head->block]; in amdgpu_ras_create_obj()
477 list_add(&obj->node, &con->head); in amdgpu_ras_create_obj()
487 struct amdgpu_ras *con = amdgpu_ras_get_context(adev); in amdgpu_ras_find_obj() local
491 if (!con) in amdgpu_ras_find_obj()
498 obj = &con->objs[head->block]; in amdgpu_ras_find_obj()
506 obj = &con->objs[i]; in amdgpu_ras_find_obj()
545 struct amdgpu_ras *con = amdgpu_ras_get_context(adev); in amdgpu_ras_is_feature_allowed() local
547 return con->hw_supported & BIT(head->block); in amdgpu_ras_is_feature_allowed()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A Dgpio-samsung.c180 u32 con; in samsung_gpio_setcfg_2bit() local
190 con = __raw_readl(reg); in samsung_gpio_setcfg_2bit()
191 con &= ~(0x3 << shift); in samsung_gpio_setcfg_2bit()
192 con |= cfg; in samsung_gpio_setcfg_2bit()
193 __raw_writel(con, reg); in samsung_gpio_setcfg_2bit()
211 u32 con; in samsung_gpio_getcfg_2bit() local
213 con = __raw_readl(chip->base); in samsung_gpio_getcfg_2bit()
214 con >>= off * 2; in samsung_gpio_getcfg_2bit()
215 con &= 3; in samsung_gpio_getcfg_2bit()
218 return S3C_GPIO_SPECIAL(con); in samsung_gpio_getcfg_2bit()
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt.c185 return to_clt_con(sess->s.con[id]); in rtrs_permit_to_clt_con()
303 static void rtrs_rdma_error_recovery(struct rtrs_clt_con *con) in rtrs_rdma_error_recovery() argument
305 struct rtrs_clt_sess *sess = to_clt_sess(con->c.sess); in rtrs_rdma_error_recovery()
334 struct rtrs_clt_con *con = cq->cq_context; in rtrs_clt_fast_reg_done() local
337 rtrs_err(con->c.sess, "Failed IB_WR_REG_MR: %s\n", in rtrs_clt_fast_reg_done()
339 rtrs_rdma_error_recovery(con); in rtrs_clt_fast_reg_done()
354 struct rtrs_clt_con *con = cq->cq_context; in rtrs_clt_inv_rkey_done() local
357 rtrs_err(con->c.sess, "Failed IB_WR_LOCAL_INV: %s\n", in rtrs_clt_inv_rkey_done()
359 rtrs_rdma_error_recovery(con); in rtrs_clt_inv_rkey_done()
371 struct rtrs_clt_con *con = req->con; in rtrs_inv_rkey() local
[all …]
H A Drtrs.c70 int rtrs_iu_post_recv(struct rtrs_con *con, struct rtrs_iu *iu) in rtrs_iu_post_recv() argument
72 struct rtrs_sess *sess = con->sess; in rtrs_iu_post_recv()
81 rtrs_wrn(con->sess, in rtrs_iu_post_recv()
91 return ib_post_recv(con->qp, &wr, NULL); in rtrs_iu_post_recv()
95 int rtrs_post_recv_empty(struct rtrs_con *con, struct ib_cqe *cqe) in rtrs_post_recv_empty() argument
103 return ib_post_recv(con->qp, &wr, NULL); in rtrs_post_recv_empty()
123 int rtrs_iu_post_send(struct rtrs_con *con, struct rtrs_iu *iu, size_t size, in rtrs_iu_post_send() argument
126 struct rtrs_sess *sess = con->sess; in rtrs_iu_post_send()
145 return rtrs_post_send(con->qp, head, &wr); in rtrs_iu_post_send()
149 int rtrs_iu_post_rdma_write_imm(struct rtrs_con *con, struct rtrs_iu *iu, in rtrs_iu_post_rdma_write_imm() argument
[all …]
H A Drtrs-srv.c212 struct rtrs_srv_con *con = cq->cq_context; in rtrs_srv_reg_mr_done() local
213 struct rtrs_sess *s = con->c.sess; in rtrs_srv_reg_mr_done()
230 struct rtrs_sess *s = id->con->c.sess; in rdma_write_sg()
302 flags = (atomic_inc_return(&id->con->wr_cnt) % srv->queue_depth) ? in rdma_write_sg()
354 err = ib_post_send(id->con->c.qp, &id->tx_wr.wr, NULL); in rdma_write_sg()
372 static int send_io_resp_imm(struct rtrs_srv_con *con, struct rtrs_srv_op *id, in send_io_resp_imm() argument
375 struct rtrs_sess *s = con->c.sess; in send_io_resp_imm()
429 flags = (atomic_inc_return(&con->wr_cnt) % srv->queue_depth) ? in send_io_resp_imm()
471 err = ib_post_send(id->con->c.qp, wr, NULL); in send_io_resp_imm()
519 struct rtrs_srv_con *con; in rtrs_srv_resp_rdma() local
[all …]
/OK3568_Linux_fs/kernel/sound/soc/samsung/
H A Ds3c-i2s-v2.c45 static void dbg_showcon(const char *fn, u32 con) in dbg_showcon() argument
48 bit_set(con, S3C2412_IISCON_LRINDEX), in dbg_showcon()
49 bit_set(con, S3C2412_IISCON_TXFIFO_EMPTY), in dbg_showcon()
50 bit_set(con, S3C2412_IISCON_RXFIFO_EMPTY), in dbg_showcon()
51 bit_set(con, S3C2412_IISCON_TXFIFO_FULL), in dbg_showcon()
52 bit_set(con, S3C2412_IISCON_RXFIFO_FULL)); in dbg_showcon()
56 bit_set(con, S3C2412_IISCON_TXDMA_PAUSE), in dbg_showcon()
57 bit_set(con, S3C2412_IISCON_RXDMA_PAUSE), in dbg_showcon()
58 bit_set(con, S3C2412_IISCON_TXCH_PAUSE), in dbg_showcon()
59 bit_set(con, S3C2412_IISCON_RXCH_PAUSE)); in dbg_showcon()
[all …]
/OK3568_Linux_fs/kernel/fs/proc/
H A Dconsoles.c29 struct console *con = v; in show_console_dev() local
33 if (con->device) { in show_console_dev()
36 driver = con->device(con, &index); in show_console_dev()
44 flags[a] = (con->flags & con_flags[a].flag) ? in show_console_dev()
49 seq_printf(m, "%s%d", con->name, con->index); in show_console_dev()
51 seq_printf(m, "%c%c%c (%s)", con->read ? 'R' : '-', in show_console_dev()
52 con->write ? 'W' : '-', con->unblank ? 'U' : '-', in show_console_dev()
63 struct console *con; in c_start() local
67 for_each_console(con) in c_start()
71 return con; in c_start()
[all …]
/OK3568_Linux_fs/u-boot/drivers/clk/rockchip/
H A Dclk_rk3588.c153 u32 con, sel, rate; in rk3588_center_get_clk() local
157 con = readl(&cru->clksel_con[165]); in rk3588_center_get_clk()
158 sel = (con & ACLK_CENTER_ROOT_SEL_MASK) >> in rk3588_center_get_clk()
170 con = readl(&cru->clksel_con[165]); in rk3588_center_get_clk()
171 sel = (con & ACLK_CENTER_LOW_ROOT_SEL_MASK) >> in rk3588_center_get_clk()
183 con = readl(&cru->clksel_con[165]); in rk3588_center_get_clk()
184 sel = (con & HCLK_CENTER_ROOT_SEL_MASK) >> in rk3588_center_get_clk()
196 con = readl(&cru->clksel_con[165]); in rk3588_center_get_clk()
197 sel = (con & PCLK_CENTER_ROOT_SEL_MASK) >> in rk3588_center_get_clk()
285 u32 con, sel, div, rate, prate; in rk3588_top_get_clk() local
[all …]
H A Dclk_rv1126.c217 u32 div, con; in rv1126_i2c_get_pmuclk() local
221 con = readl(&pmucru->pmu_clksel_con[2]); in rv1126_i2c_get_pmuclk()
222 div = (con & CLK_I2C0_DIV_MASK) >> CLK_I2C0_DIV_SHIFT; in rv1126_i2c_get_pmuclk()
225 con = readl(&pmucru->pmu_clksel_con[3]); in rv1126_i2c_get_pmuclk()
226 div = (con & CLK_I2C1_DIV_MASK) >> CLK_I2C1_DIV_SHIFT; in rv1126_i2c_get_pmuclk()
264 u32 div, sel, con; in rv1126_pwm_get_pmuclk() local
268 con = readl(&pmucru->pmu_clksel_con[6]); in rv1126_pwm_get_pmuclk()
269 sel = (con & CLK_PWM0_SEL_MASK) >> CLK_PWM0_SEL_SHIFT; in rv1126_pwm_get_pmuclk()
270 div = (con & CLK_PWM0_DIV_MASK) >> CLK_PWM0_DIV_SHIFT; in rv1126_pwm_get_pmuclk()
275 con = readl(&pmucru->pmu_clksel_con[6]); in rv1126_pwm_get_pmuclk()
[all …]
H A Dclk_rv1106.c79 u32 con, sel, rate; in rv1106_peri_get_clk() local
83 con = readl(&cru->peri_clksel_con[1]); in rv1106_peri_get_clk()
84 sel = (con & ACLK_PERI_SEL_MASK) >> ACLK_PERI_SEL_SHIFT; in rv1106_peri_get_clk()
95 con = readl(&cru->peri_clksel_con[1]); in rv1106_peri_get_clk()
96 sel = (con & HCLK_PERI_SEL_MASK) >> HCLK_PERI_SEL_SHIFT; in rv1106_peri_get_clk()
107 con = readl(&cru->peri_clksel_con[1]); in rv1106_peri_get_clk()
108 sel = (con & PCLK_PERI_SEL_MASK) >> PCLK_PERI_SEL_SHIFT; in rv1106_peri_get_clk()
117 con = readl(&cru->peri_clksel_con[9]); in rv1106_peri_get_clk()
118 sel = (con & ACLK_BUS_SEL_MASK) >> ACLK_BUS_SEL_SHIFT; in rv1106_peri_get_clk()
129 con = readl(&cru->clksel_con[24]); in rv1106_peri_get_clk()
[all …]
H A Dclk_rk3568.c248 u32 div, con; in rk3568_i2c_get_pmuclk() local
252 con = readl(&pmucru->pmu_clksel_con[3]); in rk3568_i2c_get_pmuclk()
253 div = (con & CLK_I2C0_DIV_MASK) >> CLK_I2C0_DIV_SHIFT; in rk3568_i2c_get_pmuclk()
287 u32 div, sel, con, parent; in rk3568_pwm_get_pmuclk() local
291 con = readl(&pmucru->pmu_clksel_con[6]); in rk3568_pwm_get_pmuclk()
292 sel = (con & CLK_PWM0_SEL_MASK) >> CLK_PWM0_SEL_SHIFT; in rk3568_pwm_get_pmuclk()
293 div = (con & CLK_PWM0_DIV_MASK) >> CLK_PWM0_DIV_SHIFT; in rk3568_pwm_get_pmuclk()
339 u32 div, con, sel, parent; in rk3568_pmu_get_pmuclk() local
341 con = readl(&pmucru->pmu_clksel_con[2]); in rk3568_pmu_get_pmuclk()
342 sel = (con & PCLK_PDPMU_SEL_MASK) >> PCLK_PDPMU_SEL_SHIFT; in rk3568_pmu_get_pmuclk()
[all …]
H A Dclk_rk1808.c98 u32 div, con; in rk1808_i2c_get_clk() local
102 con = readl(&cru->pmu_clksel_con[7]); in rk1808_i2c_get_clk()
103 div = (con & CLK_I2C0_DIV_CON_MASK) >> CLK_I2C0_DIV_CON_SHIFT; in rk1808_i2c_get_clk()
106 con = readl(&cru->clksel_con[59]); in rk1808_i2c_get_clk()
107 div = (con & CLK_I2C1_DIV_CON_MASK) >> CLK_I2C1_DIV_CON_SHIFT; in rk1808_i2c_get_clk()
110 con = readl(&cru->clksel_con[59]); in rk1808_i2c_get_clk()
111 div = (con & CLK_I2C2_DIV_CON_MASK) >> CLK_I2C2_DIV_CON_SHIFT; in rk1808_i2c_get_clk()
114 con = readl(&cru->clksel_con[60]); in rk1808_i2c_get_clk()
115 div = (con & CLK_I2C3_DIV_CON_MASK) >> CLK_I2C3_DIV_CON_SHIFT; in rk1808_i2c_get_clk()
118 con = readl(&cru->clksel_con[71]); in rk1808_i2c_get_clk()
[all …]
H A Dclk_rk3562.c203 u32 sel, con, div; in rk3562_bus_get_rate() local
208 con = readl(&cru->clksel_con[40]); in rk3562_bus_get_rate()
209 sel = (con & ACLK_BUS_SEL_MASK) >> ACLK_BUS_SEL_SHIFT; in rk3562_bus_get_rate()
210 div = (con & ACLK_BUS_DIV_MASK) >> ACLK_BUS_DIV_SHIFT; in rk3562_bus_get_rate()
213 con = readl(&cru->clksel_con[40]); in rk3562_bus_get_rate()
214 sel = (con & HCLK_BUS_SEL_MASK) >> HCLK_BUS_SEL_SHIFT; in rk3562_bus_get_rate()
215 div = (con & HCLK_BUS_DIV_MASK) >> HCLK_BUS_DIV_SHIFT; in rk3562_bus_get_rate()
218 con = readl(&cru->clksel_con[41]); in rk3562_bus_get_rate()
219 sel = (con & PCLK_BUS_SEL_MASK) >> PCLK_BUS_SEL_SHIFT; in rk3562_bus_get_rate()
220 div = (con & PCLK_BUS_DIV_MASK) >> PCLK_BUS_DIV_SHIFT; in rk3562_bus_get_rate()
[all …]
/OK3568_Linux_fs/u-boot/test/dm/
H A Dvideo.c106 struct udevice *dev, *con; in dm_test_video_text() local
116 ut_assertok(uclass_get_device(UCLASS_VIDEO_CONSOLE, 0, &con)); in dm_test_video_text()
117 vidconsole_putc_xy(con, 0, 0, 'a'); in dm_test_video_text()
120 vidconsole_putc_xy(con, 0, 0, ' '); in dm_test_video_text()
124 vidconsole_putc_xy(con, VID_TO_POS(i * 8), 0, ' ' + i); in dm_test_video_text()
127 vidconsole_set_row(con, 0, WHITE); in dm_test_video_text()
131 vidconsole_putc_xy(con, VID_TO_POS(i * 8), 0, ' ' + i); in dm_test_video_text()
141 struct udevice *dev, *con; in dm_test_video_chars() local
147 ut_assertok(uclass_get_device(UCLASS_VIDEO_CONSOLE, 0, &con)); in dm_test_video_chars()
149 vidconsole_put_char(con, *s); in dm_test_video_chars()
[all …]
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Devent_analyzing_sample.py38 con = sqlite3.connect("/dev/shm/perf.db") variable
39 con.isolation_level = None
48 con.execute("""
55 con.execute("""
97 con.execute("insert into gen_events values(?, ?, ?, ?)",
102 con.execute("insert into pebs_ll values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
111 con.close()
126 count = con.execute("select count(*) from gen_events")
135 …commq = con.execute("select comm, count(comm) from gen_events group by comm order by -count(comm)")
142 …symbolq = con.execute("select symbol, count(symbol) from gen_events group by symbol order by -coun…
[all …]
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dasn1.c157 unsigned int *cls, unsigned int *con, unsigned int *tag) in asn1_id_decode() argument
165 *con = (ch & 0x20) >> 5; in asn1_id_decode()
214 unsigned int *cls, unsigned int *con, unsigned int *tag) in asn1_header_decode() argument
219 if (!asn1_id_decode(ctx, cls, con, tag)) in asn1_header_decode()
226 if (*con == ASN1_PRI && !def) in asn1_header_decode()
490 unsigned int cls, con, tag, oidlen, rc; in decode_negTokenInit() local
497 if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) { in decode_negTokenInit()
500 } else if ((cls != ASN1_APL) || (con != ASN1_CON) in decode_negTokenInit()
502 cifs_dbg(FYI, "cls = %d con = %d tag = %d\n", cls, con, tag); in decode_negTokenInit()
507 rc = asn1_header_decode(&ctx, &end, &cls, &con, &tag); in decode_negTokenInit()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/
H A Dbttv-audio-hook.c57 unsigned int con; in gvbctv3pci_audio() local
74 con = 0x000; in gvbctv3pci_audio()
77 con = 0x300; in gvbctv3pci_audio()
80 con = 0x200; in gvbctv3pci_audio()
83 gpio_bits(0x300, con); in gvbctv3pci_audio()
88 unsigned int val, con; in gvbctv5pci_audio() local
97 con = 0x300; in gvbctv5pci_audio()
100 con = 0x100; in gvbctv5pci_audio()
103 con = 0x000; in gvbctv5pci_audio()
106 if (con != (val & 0x300)) { in gvbctv5pci_audio()
[all …]
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_pvtm.c60 u32 con; member
68 u32 con; member
262 regmap_write(pvtm->grf, pvtm->con, in px30_pvtm_set_ring_sel()
269 regmap_write(pvtm->grf, pvtm->con, in rk1808_pvtm_set_ring_sel()
279 regmap_write(pvtm->grf, pvtm->con + 0x14, in rk3399_pvtm_set_ring_sel()
284 regmap_write(pvtm->grf, pvtm->con, in rk3399_pvtm_set_ring_sel()
309 regmap_read(pvtm->grf, pvtm->con, &sta); in rockchip_pvtm_get_value()
311 regmap_write(pvtm->grf, pvtm->con, in rockchip_pvtm_get_value()
314 regmap_write(pvtm->grf, pvtm->con, in rockchip_pvtm_get_value()
322 regmap_write(pvtm->grf, pvtm->con + info->reg_cal, clk_cnt); in rockchip_pvtm_get_value()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_iscsi.c1030 struct qed_iscsi_conn *con; member
1069 if (hash_con->con->icid == handle) in qed_iscsi_get_hash()
1073 if (!hash_con || (hash_con->con->icid != handle)) in qed_iscsi_get_hash()
1168 &hash_con->con); in qed_iscsi_acquire_conn()
1176 *handle = hash_con->con->icid; in qed_iscsi_acquire_conn()
1177 *fw_cid = hash_con->con->fw_cid; in qed_iscsi_acquire_conn()
1199 qed_iscsi_release_connection(QED_AFFIN_HWFN(cdev), hash_con->con); in qed_iscsi_release_conn()
1210 struct qed_iscsi_conn *con; in qed_iscsi_offload_conn() local
1220 con = hash_con->con; in qed_iscsi_offload_conn()
1222 ether_addr_copy(con->local_mac, conn_info->src.mac); in qed_iscsi_offload_conn()
[all …]

12345678910>>...14