Searched refs:qentry (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/net/smc/ |
D | smc_llc.c | 210 struct smc_llc_qentry *qentry = flow->qentry; in smc_llc_flow_qentry_clr() local 212 flow->qentry = NULL; in smc_llc_flow_qentry_clr() 213 return qentry; in smc_llc_flow_qentry_clr() 218 struct smc_llc_qentry *qentry; in smc_llc_flow_qentry_del() local 220 if (flow->qentry) { in smc_llc_flow_qentry_del() 221 qentry = flow->qentry; in smc_llc_flow_qentry_del() 222 flow->qentry = NULL; in smc_llc_flow_qentry_del() 223 kfree(qentry); in smc_llc_flow_qentry_del() 228 struct smc_llc_qentry *qentry) in smc_llc_flow_qentry_set() argument 230 flow->qentry = qentry; in smc_llc_flow_qentry_set() [all …]
|
D | smc_llc.h | 103 int smc_llc_eval_conf_link(struct smc_llc_qentry *qentry, 106 void smc_llc_save_peer_uid(struct smc_llc_qentry *qentry); 114 int smc_llc_cli_add_link(struct smc_link *link, struct smc_llc_qentry *qentry);
|
D | af_smc.c | 554 struct smc_llc_qentry *qentry; in smcr_clnt_conf_first_link() local 558 qentry = smc_llc_wait(link->lgr, NULL, SMC_LLC_WAIT_TIME, in smcr_clnt_conf_first_link() 560 if (!qentry) { in smcr_clnt_conf_first_link() 567 smc_llc_save_peer_uid(qentry); in smcr_clnt_conf_first_link() 568 rc = smc_llc_eval_conf_link(qentry, SMC_LLC_REQ); in smcr_clnt_conf_first_link() 601 qentry = smc_llc_wait(link->lgr, NULL, SMC_LLC_WAIT_TIME, in smcr_clnt_conf_first_link() 603 if (!qentry) { in smcr_clnt_conf_first_link() 613 smc_llc_cli_add_link(link, qentry); in smcr_clnt_conf_first_link() 1789 struct smc_llc_qentry *qentry; in smcr_serv_conf_first_link() local 1808 qentry = smc_llc_wait(link->lgr, link, SMC_LLC_WAIT_TIME, in smcr_serv_conf_first_link() [all …]
|
D | smc_core.h | 244 struct smc_llc_qentry *qentry; member
|
/linux-6.1.9/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_queues.c | 20 static inline void nicvf_sq_add_gather_subdesc(struct snd_queue *sq, int qentry, 1121 int qentry; in nicvf_get_sq_desc() local 1123 qentry = sq->tail; in nicvf_get_sq_desc() 1131 return qentry; in nicvf_get_sq_desc() 1136 int qentry, int desc_cnt) in nicvf_rollback_sq_desc() argument 1138 sq->tail = qentry; in nicvf_rollback_sq_desc() 1153 static inline int nicvf_get_nxt_sqentry(struct snd_queue *sq, int qentry) in nicvf_get_nxt_sqentry() argument 1155 qentry++; in nicvf_get_nxt_sqentry() 1156 qentry &= (sq->dmem.q_len - 1); in nicvf_get_nxt_sqentry() 1157 return qentry; in nicvf_get_nxt_sqentry() [all …]
|
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_cgx.c | 178 struct cgx_evq_entry *qentry; in rvu_cgx_send_link_info() local 182 qentry = kmalloc(sizeof(*qentry), GFP_KERNEL); in rvu_cgx_send_link_info() 183 if (!qentry) in rvu_cgx_send_link_info() 189 &qentry->link_event.link_uinfo); in rvu_cgx_send_link_info() 190 qentry->link_event.cgx_id = cgx_id; in rvu_cgx_send_link_info() 191 qentry->link_event.lmac_id = lmac_id; in rvu_cgx_send_link_info() 193 kfree(qentry); in rvu_cgx_send_link_info() 196 list_add_tail(&qentry->evq_node, &rvu->cgx_evq_head); in rvu_cgx_send_link_info() 209 struct cgx_evq_entry *qentry; in cgx_lmac_postevent() local 213 qentry = kmalloc(sizeof(*qentry), GFP_ATOMIC); in cgx_lmac_postevent() [all …]
|
D | mcs_rvu_if.c | 54 struct mcs_intrq_entry *qentry; in mcs_add_intr_wq_entry() local 71 qentry = kmalloc(sizeof(*qentry), GFP_ATOMIC); in mcs_add_intr_wq_entry() 72 if (!qentry) in mcs_add_intr_wq_entry() 75 qentry->intr_event = *event; in mcs_add_intr_wq_entry() 77 list_add_tail(&qentry->node, &rvu->mcs_intrq_head); in mcs_add_intr_wq_entry() 112 struct mcs_intrq_entry *qentry; in mcs_intr_handler_task() local 118 qentry = list_first_entry_or_null(&rvu->mcs_intrq_head, in mcs_intr_handler_task() 121 if (qentry) in mcs_intr_handler_task() 122 list_del(&qentry->node); in mcs_intr_handler_task() 125 if (!qentry) in mcs_intr_handler_task() [all …]
|
/linux-6.1.9/drivers/scsi/qla2xxx/ |
D | qla_isr.c | 4318 struct qla_msix_entry *qentry; in qla24xx_enable_msix() local 4380 qentry = &ha->msix_entries[i]; in qla24xx_enable_msix() 4381 qentry->vector = pci_irq_vector(ha->pdev, i); in qla24xx_enable_msix() 4382 qentry->entry = i; in qla24xx_enable_msix() 4383 qentry->have_irq = 0; in qla24xx_enable_msix() 4384 qentry->in_use = 0; in qla24xx_enable_msix() 4385 qentry->handle = NULL; in qla24xx_enable_msix() 4390 qentry = &ha->msix_entries[i]; in qla24xx_enable_msix() 4391 qentry->handle = rsp; in qla24xx_enable_msix() 4392 rsp->msix = qentry; in qla24xx_enable_msix() [all …]
|