Searched refs:tc_matchall (Results 1 – 3 of 3) sorted by relevance
148 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() local495 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 …]
1234 struct cxgb4_tc_matchall *tc_matchall; member
3616 if (!adap->tc_matchall) in cxgb_setup_tc_matchall()
Completed in 24 milliseconds