Home
last modified time | relevance | path

Searched refs:qentry (Results 1 – 7 of 7) sorted by relevance

/linux/net/smc/
A Dsmc_llc.c210 struct smc_llc_qentry *qentry = flow->qentry; in smc_llc_flow_qentry_clr() local
213 return qentry; in smc_llc_flow_qentry_clr()
221 qentry = flow->qentry; in smc_llc_flow_qentry_del()
230 flow->qentry = qentry; in smc_llc_flow_qentry_set()
250 kfree(qentry); in smc_llc_flow_parallel()
1200 smc_llc_cli_add_link_invite(qentry->link, qentry); in smc_llc_process_cli_add_link()
1202 smc_llc_cli_add_link(qentry->link, qentry); in smc_llc_process_cli_add_link()
1378 smc_llc_send_message(qentry->link, &qentry->msg); in smc_llc_send_req_add_link_response()
1737 qentry = lgr->llc_flow_rmt.qentry; in smc_llc_rmt_conf_rkey()
1776 qentry = lgr->llc_flow_rmt.qentry; in smc_llc_rmt_delete_rkey()
[all …]
A Dsmc_llc.h102 int smc_llc_eval_conf_link(struct smc_llc_qentry *qentry,
105 void smc_llc_save_peer_uid(struct smc_llc_qentry *qentry);
113 int smc_llc_cli_add_link(struct smc_link *link, struct smc_llc_qentry *qentry);
A Daf_smc.c393 struct smc_llc_qentry *qentry; in smcr_clnt_conf_first_link() local
397 qentry = smc_llc_wait(link->lgr, NULL, SMC_LLC_WAIT_TIME, in smcr_clnt_conf_first_link()
399 if (!qentry) { in smcr_clnt_conf_first_link()
406 smc_llc_save_peer_uid(qentry); in smcr_clnt_conf_first_link()
407 rc = smc_llc_eval_conf_link(qentry, SMC_LLC_REQ); in smcr_clnt_conf_first_link()
435 if (!qentry) { in smcr_clnt_conf_first_link()
445 smc_llc_cli_add_link(link, qentry); in smcr_clnt_conf_first_link()
1426 struct smc_llc_qentry *qentry; in smcr_serv_conf_first_link() local
1440 if (!qentry) { in smcr_serv_conf_first_link()
1447 smc_llc_save_peer_uid(qentry); in smcr_serv_conf_first_link()
[all …]
A Dsmc_core.h229 struct smc_llc_qentry *qentry; member
/linux/drivers/net/ethernet/cavium/thunder/
A Dnicvf_queues.c1120 int qentry; in nicvf_get_sq_desc() local
1154 qentry++; in nicvf_get_nxt_sqentry()
1239 int qentry; in nicvf_xdp_sq_append_pkt() local
1248 qentry = nicvf_get_nxt_sqentry(sq, qentry); in nicvf_xdp_sq_append_pkt()
1457 qentry = nicvf_get_nxt_sqentry(sq, qentry); in nicvf_sq_add_cqe_subdesc()
1507 qentry = nicvf_get_nxt_sqentry(sq, qentry); in nicvf_sq_append_tso()
1523 qentry = nicvf_get_nxt_sqentry(sq, qentry); in nicvf_sq_append_tso()
1535 qentry = nicvf_get_nxt_sqentry(sq, qentry); in nicvf_sq_append_tso()
1573 qentry = nicvf_get_nxt_sqentry(sq, qentry); in nicvf_sq_append_skb()
1593 qentry = nicvf_get_nxt_sqentry(sq, qentry); in nicvf_sq_append_skb()
[all …]
/linux/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_cgx.c177 struct cgx_evq_entry *qentry; in rvu_cgx_send_link_info() local
181 qentry = kmalloc(sizeof(*qentry), GFP_KERNEL); in rvu_cgx_send_link_info()
182 if (!qentry) in rvu_cgx_send_link_info()
192 kfree(qentry); in rvu_cgx_send_link_info()
208 struct cgx_evq_entry *qentry; in cgx_lmac_postevent() local
212 qentry = kmalloc(sizeof(*qentry), GFP_ATOMIC); in cgx_lmac_postevent()
213 if (!qentry) in cgx_lmac_postevent()
215 qentry->link_event = *event; in cgx_lmac_postevent()
274 if (qentry) in cgx_evhandler_task()
277 if (!qentry) in cgx_evhandler_task()
[all …]
/linux/drivers/scsi/qla2xxx/
A Dqla_isr.c4365 qentry->entry = i; in qla24xx_enable_msix()
4366 qentry->have_irq = 0; in qla24xx_enable_msix()
4367 qentry->in_use = 0; in qla24xx_enable_msix()
4374 qentry->handle = rsp; in qla24xx_enable_msix()
4375 rsp->msix = qentry; in qla24xx_enable_msix()
4376 scnprintf(qentry->name, sizeof(qentry->name), in qla24xx_enable_msix()
4388 qentry->have_irq = 1; in qla24xx_enable_msix()
4389 qentry->in_use = 1; in qla24xx_enable_msix()
4399 rsp->msix = qentry; in qla24xx_enable_msix()
4401 scnprintf(qentry->name, sizeof(qentry->name), in qla24xx_enable_msix()
[all …]

Completed in 33 milliseconds