Home
last modified time | relevance | path

Searched refs:max_conns (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/net/smc/
H A Dsmc_clc.c458 fce_v2x->max_conns = ini->max_conns; in smc_clc_fill_fce_v2x()
986 v2_ext->max_conns = SMC_CONN_PER_LGR_PREFER; in smc_clc_send_proposal()
1252 ini->max_conns = SMC_CONN_PER_LGR_MAX; in smc_clc_srv_v2x_features_validate()
1264 ini->max_conns = min_t(u8, pclc_v2_ext->max_conns, SMC_CONN_PER_LGR_PREFER); in smc_clc_srv_v2x_features_validate()
1265 if (ini->max_conns < SMC_CONN_PER_LGR_MIN) in smc_clc_srv_v2x_features_validate()
1286 if (fce_v2x->max_conns < SMC_CONN_PER_LGR_MIN) in smc_clc_clnt_v2x_features_validate()
1288 ini->max_conns = fce_v2x->max_conns; in smc_clc_clnt_v2x_features_validate()
1318 if (fce_v2x->max_conns != ini->max_conns) in smc_clc_v2x_features_confirm_check()
H A Dsmc_clc.h139 u8 max_conns; member
249 u8 max_conns; /* for SMC-R only */ member
H A Dsmc_core.h354 u8 max_conns; member
407 u8 max_conns; member
H A Dsmc_core.c322 if (nla_put_u8(skb, SMC_NLA_LGR_R_V2_MAX_CONNS, lgr->max_conns)) in smc_nl_fill_smcr_lgr_v2()
906 lgr->max_conns = ini->max_conns; in smc_lgr_create()
911 lgr->max_conns = SMC_CONN_PER_LGR_MAX; in smc_lgr_create()
1944 (lgr->conns_num < lgr->max_conns && in smc_conn_create()
H A Dsmc_llc.c55 u8 max_conns; member
476 confllc->max_conns = link->lgr->max_conns; in smc_llc_send_confirm_link()
H A Daf_smc.c1247 ini->max_conns = SMC_CONN_PER_LGR_MAX; in smc_connect_rdma()
/openbmc/linux/include/sound/
H A Dhda_codec.h344 hda_nid_t *conn_list, int max_conns);
351 #define snd_hda_get_raw_connections(codec, nid, list, max_conns) \ argument
352 snd_hdac_get_connections(&(codec)->core, nid, list, max_conns)
H A Dhdaudio.h140 hda_nid_t *conn_list, int max_conns);
/openbmc/linux/sound/hda/
H A Dhdac_device.c465 hda_nid_t *conn_list, int max_conns) in snd_hdac_get_connections() argument
536 if (conns >= max_conns) in snd_hdac_get_connections()
544 if (conns >= max_conns) in snd_hdac_get_connections()
/openbmc/linux/drivers/scsi/cxgbi/
H A Dlibcxgbi.c340 unsigned int max_conns, const struct scsi_host_template *sht, in cxgbi_hbas_add() argument
360 shost->max_id = max_conns - 1; in cxgbi_hbas_add()
/openbmc/linux/sound/pci/hda/
H A Dhda_codec.c208 hda_nid_t *conn_list, int max_conns) in snd_hda_get_connections() argument
214 if (len > max_conns) { in snd_hda_get_connections()