Home
last modified time | relevance | path

Searched refs:NCHAN (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.h41 NCHAN = 4, /* # of HW channels */ enumerator
Dcxgb4.h234 unsigned short tx_modq[NCHAN]; /* channel to modulation queue map */
375 MAX_CTRL_QUEUES = NCHAN, /* # of control Tx queues */
376 MAX_RDMA_QUEUES = NCHAN, /* # of streaming RDMA Rx queues */
378 MAX_ISCSI_QUEUES = NCHAN, /* # of streaming iSCSI Rx queues */
695 u8 chan_map[NCHAN]; /* channel -> port map */
Dcxgb4_uld.h252 unsigned short tx_modq[NCHAN]; /* maps each tx channel to a */
Dt4_hw.c5289 for (chan = 0; chan < NCHAN; chan++) in t4_init_tp_params()
Dcxgb4_main.c2422 for (i = 0; i < NCHAN; i++) in uld_attach()
/linux-4.1.27/drivers/staging/dgap/
Ddgap.h220 #define NCHAN 0x0C02L /* number of ports FEP sees */ macro
Ddgap.c6766 true_count = readw((vaddr + NCHAN)); in dgap_tty_init()