Lines Matching refs:tc_matchall

187 	tc_port_matchall = &adap->tc_matchall->port_matchall[pi->port_id];  in cxgb4_matchall_alloc_tc()
230 tc_port_matchall = &adap->tc_matchall->port_matchall[pi->port_id]; in cxgb4_matchall_free_tc()
250 tc_port_matchall = &adap->tc_matchall->port_matchall[pi->port_id]; in cxgb4_matchall_mirror_alloc()
274 tc_port_matchall = &adap->tc_matchall->port_matchall[pi->port_id]; in cxgb4_matchall_mirror_free()
289 tc_port_matchall = &adap->tc_matchall->port_matchall[pi->port_id]; in cxgb4_matchall_del_filter()
322 tc_port_matchall = &adap->tc_matchall->port_matchall[pi->port_id]; in cxgb4_matchall_add_filter()
355 tc_port_matchall = &adap->tc_matchall->port_matchall[pi->port_id]; in cxgb4_matchall_alloc_filter()
386 tc_port_matchall = &adap->tc_matchall->port_matchall[pi->port_id]; in cxgb4_matchall_free_filter()
413 tc_port_matchall = &adap->tc_matchall->port_matchall[pi->port_id]; in cxgb4_tc_matchall_replace()
452 tc_port_matchall = &adap->tc_matchall->port_matchall[pi->port_id]; in cxgb4_tc_matchall_destroy()
483 tc_port_matchall = &adap->tc_matchall->port_matchall[pi->port_id]; in cxgb4_tc_matchall_stats()
520 tc_port_matchall = &adap->tc_matchall->port_matchall[pi->port_id]; in cxgb4_matchall_disable_offload()
531 struct cxgb4_tc_matchall *tc_matchall; in cxgb4_init_tc_matchall() local
534 tc_matchall = kzalloc(sizeof(*tc_matchall), GFP_KERNEL); in cxgb4_init_tc_matchall()
535 if (!tc_matchall) in cxgb4_init_tc_matchall()
546 tc_matchall->port_matchall = tc_port_matchall; in cxgb4_init_tc_matchall()
547 adap->tc_matchall = tc_matchall; in cxgb4_init_tc_matchall()
551 kfree(tc_matchall); in cxgb4_init_tc_matchall()
559 if (adap->tc_matchall) { in cxgb4_cleanup_tc_matchall()
560 if (adap->tc_matchall->port_matchall) { in cxgb4_cleanup_tc_matchall()
567 kfree(adap->tc_matchall->port_matchall); in cxgb4_cleanup_tc_matchall()
569 kfree(adap->tc_matchall); in cxgb4_cleanup_tc_matchall()