Searched refs:qentry (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/net/smc/ |
| D | smc_llc.c | 166 struct smc_llc_qentry *qentry = flow->qentry; in smc_llc_flow_qentry_clr() local 168 flow->qentry = NULL; in smc_llc_flow_qentry_clr() 169 return qentry; in smc_llc_flow_qentry_clr() 174 struct smc_llc_qentry *qentry; in smc_llc_flow_qentry_del() local 176 if (flow->qentry) { in smc_llc_flow_qentry_del() 177 qentry = flow->qentry; in smc_llc_flow_qentry_del() 178 flow->qentry = NULL; in smc_llc_flow_qentry_del() 179 kfree(qentry); in smc_llc_flow_qentry_del() 184 struct smc_llc_qentry *qentry) in smc_llc_flow_qentry_set() argument 186 flow->qentry = qentry; in smc_llc_flow_qentry_set() [all …]
|
| D | smc_llc.h | 93 int smc_llc_eval_conf_link(struct smc_llc_qentry *qentry, 96 void smc_llc_save_peer_uid(struct smc_llc_qentry *qentry); 104 int smc_llc_cli_add_link(struct smc_link *link, struct smc_llc_qentry *qentry);
|
| D | af_smc.c | 386 struct smc_llc_qentry *qentry; in smcr_clnt_conf_first_link() local 390 qentry = smc_llc_wait(link->lgr, NULL, SMC_LLC_WAIT_TIME, in smcr_clnt_conf_first_link() 392 if (!qentry) { in smcr_clnt_conf_first_link() 399 smc_llc_save_peer_uid(qentry); in smcr_clnt_conf_first_link() 400 rc = smc_llc_eval_conf_link(qentry, SMC_LLC_REQ); in smcr_clnt_conf_first_link() 426 qentry = smc_llc_wait(link->lgr, NULL, SMC_LLC_WAIT_TIME, in smcr_clnt_conf_first_link() 428 if (!qentry) { in smcr_clnt_conf_first_link() 438 smc_llc_cli_add_link(link, qentry); in smcr_clnt_conf_first_link() 1276 struct smc_llc_qentry *qentry; in smcr_serv_conf_first_link() local 1288 qentry = smc_llc_wait(link->lgr, link, SMC_LLC_WAIT_TIME, in smcr_serv_conf_first_link() [all …]
|
| D | smc_core.h | 218 struct smc_llc_qentry *qentry; member
|
| /Linux-v5.15/drivers/net/ethernet/cavium/thunder/ |
| D | nicvf_queues.c | 19 static inline void nicvf_sq_add_gather_subdesc(struct snd_queue *sq, int qentry, 1120 int qentry; in nicvf_get_sq_desc() local 1122 qentry = sq->tail; in nicvf_get_sq_desc() 1130 return qentry; in nicvf_get_sq_desc() 1135 int qentry, int desc_cnt) in nicvf_rollback_sq_desc() argument 1137 sq->tail = qentry; in nicvf_rollback_sq_desc() 1152 static inline int nicvf_get_nxt_sqentry(struct snd_queue *sq, int qentry) in nicvf_get_nxt_sqentry() argument 1154 qentry++; in nicvf_get_nxt_sqentry() 1155 qentry &= (sq->dmem.q_len - 1); in nicvf_get_nxt_sqentry() 1156 return qentry; in nicvf_get_nxt_sqentry() [all …]
|
| /Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/af/ |
| D | rvu_cgx.c | 177 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() 188 &qentry->link_event.link_uinfo); in rvu_cgx_send_link_info() 189 qentry->link_event.cgx_id = cgx_id; in rvu_cgx_send_link_info() 190 qentry->link_event.lmac_id = lmac_id; in rvu_cgx_send_link_info() 192 kfree(qentry); in rvu_cgx_send_link_info() 195 list_add_tail(&qentry->evq_node, &rvu->cgx_evq_head); 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() [all …]
|
| /Linux-v5.15/drivers/scsi/qla2xxx/ |
| D | qla_isr.c | 4297 struct qla_msix_entry *qentry; in qla24xx_enable_msix() local 4359 qentry = &ha->msix_entries[i]; in qla24xx_enable_msix() 4360 qentry->vector = pci_irq_vector(ha->pdev, i); in qla24xx_enable_msix() 4361 qentry->entry = i; in qla24xx_enable_msix() 4362 qentry->have_irq = 0; in qla24xx_enable_msix() 4363 qentry->in_use = 0; in qla24xx_enable_msix() 4364 qentry->handle = NULL; in qla24xx_enable_msix() 4369 qentry = &ha->msix_entries[i]; in qla24xx_enable_msix() 4370 qentry->handle = rsp; in qla24xx_enable_msix() 4371 rsp->msix = qentry; in qla24xx_enable_msix() [all …]
|