Home
last modified time | relevance | path

Searched refs:max_conns (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-6.6/net/smc/
H A Dsmc_clc.c447 fce->max_conns = ini->max_conns; in smc_clc_fill_fce()
956 v2_ext->max_conns = SMC_CONN_PER_LGR_PREFER; in smc_clc_send_proposal()
1188 ini->max_conns = SMC_CONN_PER_LGR_MAX; in smc_clc_srv_v2x_features_validate()
1200 ini->max_conns = min_t(u8, pclc_v2_ext->max_conns, SMC_CONN_PER_LGR_PREFER); in smc_clc_srv_v2x_features_validate()
1201 if (ini->max_conns < SMC_CONN_PER_LGR_MIN) in smc_clc_srv_v2x_features_validate()
1222 if (fce_v2x->max_conns < SMC_CONN_PER_LGR_MIN) in smc_clc_clnt_v2x_features_validate()
1224 ini->max_conns = fce_v2x->max_conns; in smc_clc_clnt_v2x_features_validate()
[all...]
H A Dsmc_core.h352 u8 max_conns; member
400 u8 max_conns; member
H A Dsmc_clc.h139 u8 max_conns; member
243 u8 max_conns; /* for SMC-R only */ 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()
902 lgr->max_conns = ini->max_conns; in smc_lgr_create()
907 lgr->max_conns = SMC_CONN_PER_LGR_MAX; in smc_lgr_create()
1904 (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.c1252 ini->max_conns = SMC_CONN_PER_LGR_MAX; in smc_connect_rdma()
/kernel/linux/linux-5.10/include/sound/
H A Dhda_codec.h338 hda_nid_t *conn_list, int max_conns);
345 #define snd_hda_get_raw_connections(codec, nid, list, max_conns) \
346 snd_hdac_get_connections(&(codec)->core, nid, list, max_conns)
H A Dhdaudio.h136 hda_nid_t *conn_list, int max_conns);
/kernel/linux/linux-6.6/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) \
352 snd_hdac_get_connections(&(codec)->core, nid, list, max_conns)
H A Dhdaudio.h140 hda_nid_t *conn_list, int max_conns);
/kernel/linux/linux-5.10/sound/hda/
H A Dhdac_device.c456 * @max_conns: the max size of the given array
465 hda_nid_t *conn_list, int max_conns) in snd_hdac_get_connections()
536 if (conns >= max_conns) in snd_hdac_get_connections()
544 if (conns >= max_conns) in snd_hdac_get_connections()
464 snd_hdac_get_connections(struct hdac_device *codec, hda_nid_t nid, hda_nid_t *conn_list, int max_conns) snd_hdac_get_connections() argument
/kernel/linux/linux-6.6/sound/hda/
H A Dhdac_device.c456 * @max_conns: the max size of the given array
465 hda_nid_t *conn_list, int max_conns) in snd_hdac_get_connections()
536 if (conns >= max_conns) in snd_hdac_get_connections()
544 if (conns >= max_conns) in snd_hdac_get_connections()
464 snd_hdac_get_connections(struct hdac_device *codec, hda_nid_t nid, hda_nid_t *conn_list, int max_conns) snd_hdac_get_connections() argument
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/
H A Dlibcxgbi.c340 unsigned int max_conns, struct scsi_host_template *sht, in cxgbi_hbas_add()
360 shost->max_id = max_conns - 1; in cxgbi_hbas_add()
339 cxgbi_hbas_add(struct cxgbi_device *cdev, u64 max_lun, unsigned int max_conns, struct scsi_host_template *sht, struct scsi_transport_template *stt) cxgbi_hbas_add() argument
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_codec.c200 * @max_conns: max. number of connections to store
208 hda_nid_t *conn_list, int max_conns) in snd_hda_get_connections()
214 if (len > max_conns) { in snd_hda_get_connections()
207 snd_hda_get_connections(struct hda_codec *codec, hda_nid_t nid, hda_nid_t *conn_list, int max_conns) snd_hda_get_connections() argument
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_codec.c200 * @max_conns: max. number of connections to store
208 hda_nid_t *conn_list, int max_conns) in snd_hda_get_connections()
214 if (len > max_conns) { in snd_hda_get_connections()
207 snd_hda_get_connections(struct hda_codec *codec, hda_nid_t nid, hda_nid_t *conn_list, int max_conns) snd_hda_get_connections() argument
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/
H A Dlibcxgbi.c340 unsigned int max_conns, const struct scsi_host_template *sht, in cxgbi_hbas_add()
360 shost->max_id = max_conns - 1; in cxgbi_hbas_add()
339 cxgbi_hbas_add(struct cxgbi_device *cdev, u64 max_lun, unsigned int max_conns, const struct scsi_host_template *sht, struct scsi_transport_template *stt) cxgbi_hbas_add() argument

Completed in 41 milliseconds