pfconf           2253 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 	struct rss_pf_conf *pfconf;
pfconf           2257 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 		pfconf = seq->private + offsetof(struct seq_tab, data);
pfconf           2259 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 			   LKPIDXSIZE_G(pfconf->rss_pf_map));
pfconf           2270 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 		pfconf = v;
pfconf           2273 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 			   yesno(pfconf->rss_pf_config & MAPENABLE_F),
pfconf           2274 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 			   yesno(pfconf->rss_pf_config & CHNENABLE_F),
pfconf           2275 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 			   yesno(pfconf->rss_pf_config & PRTENABLE_F),
pfconf           2276 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 			   G_PFnLKPIDX(pfconf->rss_pf_map, idx),
pfconf           2277 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 			   G_PFnMSKSIZE(pfconf->rss_pf_mask, idx),
pfconf           2278 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 			   IVFWIDTH_G(pfconf->rss_pf_config),
pfconf           2279 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 			   yesno(pfconf->rss_pf_config & IP6FOURTUPEN_F),
pfconf           2280 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 			   yesno(pfconf->rss_pf_config & IP6TWOTUPEN_F),
pfconf           2281 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 			   yesno(pfconf->rss_pf_config & IP4FOURTUPEN_F),
pfconf           2282 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 			   yesno(pfconf->rss_pf_config & IP4TWOTUPEN_F),
pfconf           2283 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 			   yesno(pfconf->rss_pf_config & UDPFOURTUPEN_F),
pfconf           2284 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 			   CH1DEFAULTQUEUE_G(pfconf->rss_pf_config),
pfconf           2285 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 			   CH0DEFAULTQUEUE_G(pfconf->rss_pf_config));
pfconf           2298 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 	struct rss_pf_conf *pfconf;
pfconf           2301 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 	p = seq_open_tab(file, 8, sizeof(*pfconf), 1, rss_pf_config_show);
pfconf           2305 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 	pfconf = (struct rss_pf_conf *)p->data;
pfconf           2309 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 		pfconf[pf].rss_pf_map = rss_pf_map;
pfconf           2310 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 		pfconf[pf].rss_pf_mask = rss_pf_mask;
pfconf           2311 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 		t4_read_rss_pf_config(adapter, pf, &pfconf[pf].rss_pf_config,