Searched refs:gle (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/net/ethernet/fungible/funeth/ |
| H A D | funeth_tx.c | 84 struct fun_dataop_gl *gle; in fun_write_gl() local 90 i < ngle && txq_to_end(q, gle); i++, gle++) in fun_write_gl() 93 if (txq_to_end(q, gle) == 0) { in fun_write_gl() 95 for ( ; i < ngle; i++, gle++) in fun_write_gl() 99 return gle; in fun_write_gl() 158 struct fun_dataop_gl *gle; in write_pkt_desc() local 397 struct fun_dataop_gl *gle; in fun_unmap_pkt() local 404 for (gle++; --ngle && txq_to_end(q, gle); gle++) in fun_unmap_pkt() 406 be32_to_cpu(gle->sgl_len), in fun_unmap_pkt() 409 for (gle = (struct fun_dataop_gl *)q->desc; ngle; ngle--, gle++) in fun_unmap_pkt() [all …]
|
| /linux-6.15/net/smc/ |
| H A D | smc_clc.c | 1095 struct smc_clc_fce_gid_ext *gle, in smcr_clc_prep_confirm_accept() argument 1141 memset(gle, 0, sizeof(*gle)); in smcr_clc_prep_confirm_accept() 1142 gle->gid_cnt = ini->smcrv2.gidlist.len; in smcr_clc_prep_confirm_accept() 1143 len += sizeof(*gle); in smcr_clc_prep_confirm_accept() 1144 len += gle->gid_cnt * sizeof(gle->gid[0]); in smcr_clc_prep_confirm_accept() 1160 struct smc_clc_fce_gid_ext gle; in smc_clc_send_confirm_accept() local 1177 &fce_v2x, &gle, &trl); in smc_clc_send_confirm_accept() 1196 vec[i].iov_base = &gle; in smc_clc_send_confirm_accept() 1197 vec[i++].iov_len = sizeof(gle); in smc_clc_send_confirm_accept() 1199 vec[i++].iov_len = gle.gid_cnt * in smc_clc_send_confirm_accept() [all …]
|