Home
last modified time | relevance | path

Searched refs:tc_matchall (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_tc_matchall.c148 tc_port_matchall = &adap->tc_matchall->port_matchall[pi->port_id]; in cxgb4_matchall_alloc_tc()
492 struct cxgb4_tc_matchall *tc_matchall; in cxgb4_init_tc_matchall() local
495 tc_matchall = kzalloc(sizeof(*tc_matchall), GFP_KERNEL); in cxgb4_init_tc_matchall()
496 if (!tc_matchall) in cxgb4_init_tc_matchall()
507 tc_matchall->port_matchall = tc_port_matchall; in cxgb4_init_tc_matchall()
508 adap->tc_matchall = tc_matchall; in cxgb4_init_tc_matchall()
512 kfree(tc_matchall); in cxgb4_init_tc_matchall()
520 if (adap->tc_matchall) { in cxgb4_cleanup_tc_matchall()
521 if (adap->tc_matchall->port_matchall) { in cxgb4_cleanup_tc_matchall()
528 kfree(adap->tc_matchall->port_matchall); in cxgb4_cleanup_tc_matchall()
[all …]
A Dcxgb4.h1234 struct cxgb4_tc_matchall *tc_matchall; member
A Dcxgb4_main.c3616 if (!adap->tc_matchall) in cxgb_setup_tc_matchall()

Completed in 24 milliseconds