Searched refs:max_conn (Results 1 - 3 of 3) sorted by relevance

/drivers/net/wireless/ath/ath6kl/
H A Dmain.c28 u8 i, max_conn; local
30 max_conn = (vif->nw_type == AP_NETWORK) ? AP_MAX_NUM_STA : 0;
32 for (i = 0; i < max_conn; i++) {
/drivers/scsi/cxgbi/
H A Dlibcxgbi.c57 unsigned int max_conn)
61 pmap->port_csk = cxgbi_alloc_big_mem(max_conn *
65 pr_warn("cdev 0x%p, portmap OOM %u.\n", cdev, max_conn);
69 pmap->max_connect = max_conn;
56 cxgbi_device_portmap_create(struct cxgbi_device *cdev, unsigned int base, unsigned int max_conn) argument
H A Dlibcxgbi.h701 unsigned int max_conn);

Completed in 3500 milliseconds