Home
last modified time | relevance | path

Searched refs:max_conn (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/ABI/testing/
H A Dsysfs-bus-mei30 What: /sys/bus/mei/devices/.../max_conn
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcmdevt.c1494 struct hw_spec_max_conn *max_conn; in mwifiex_ret_get_hw_spec() local
1610 max_conn = (struct hw_spec_max_conn *)tlv; in mwifiex_ret_get_hw_spec()
1611 adapter->max_p2p_conn = max_conn->max_p2p_conn; in mwifiex_ret_get_hw_spec()
1612 adapter->max_sta_conn = max_conn->max_sta_conn; in mwifiex_ret_get_hw_spec()
/linux/drivers/scsi/cxgbi/
H A Dlibcxgbi.h596 unsigned int max_conn);
H A Dlibcxgbi.c76 unsigned int max_conn) in cxgbi_device_portmap_create() argument
80 pmap->port_csk = kvzalloc(array_size(max_conn, in cxgbi_device_portmap_create()
84 pr_warn("cdev 0x%p, portmap OOM %u.\n", cdev, max_conn); in cxgbi_device_portmap_create()
88 pmap->max_connect = max_conn; in cxgbi_device_portmap_create()
/linux/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c2219 u32 max_conn = CXGBI_MAX_CONN; in t4_uld_add() local
2265 max_conn = t->ntids; in t4_uld_add()
2291 rc = cxgbi_hbas_add(cdev, CXGB4I_MAX_LUN, max_conn, in t4_uld_add()
/linux/drivers/misc/mei/
H A Dbus.c1228 static DEVICE_ATTR_RO(max_conn);