Searched refs:ctbl (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dclip_tbl.c37 static unsigned int clip_addr_hash(struct clip_tbl *ctbl, const u32 *addr, argument
40 return v6 ? ipv6_clip_hash(ctbl, addr) :
41 ipv4_clip_hash(ctbl, addr);
77 struct clip_tbl *ctbl = adap->clipt; local
83 if (!ctbl)
86 hash = clip_addr_hash(ctbl, addr, v6);
88 read_lock_bh(&ctbl->lock);
89 list_for_each_entry(cte, &ctbl->hash_list[hash], list) {
98 read_unlock_bh(&ctbl->lock);
103 read_unlock_bh(&ctbl
149 struct clip_tbl *ctbl = adap->clipt; local
253 struct clip_tbl *ctbl = adapter->clipt; local
280 struct clip_tbl *ctbl; local
321 struct clip_tbl *ctbl = adap->clipt; local
[all...]
/linux-master/drivers/tty/vt/
H A Dconmakehash.c78 FILE *ctbl; local
91 ctbl = stdin;
96 ctbl = fopen(tblname = argv[1], "r");
97 if ( !ctbl )
114 while ( fgets(buffer, sizeof(buffer), ctbl) != NULL )
237 fclose(ctbl);

Completed in 133 milliseconds