ch_tc_flower_entry   67 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c static struct ch_tc_flower_entry *allocate_flower_entry(void)
ch_tc_flower_entry   69 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 	struct ch_tc_flower_entry *new = kzalloc(sizeof(*new), GFP_KERNEL);
ch_tc_flower_entry   76 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c static struct ch_tc_flower_entry *ch_flower_lookup(struct adapter *adap,
ch_tc_flower_entry  640 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 	struct ch_tc_flower_entry *ch_flower;
ch_tc_flower_entry  716 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 	struct ch_tc_flower_entry *ch_flower;
ch_tc_flower_entry  743 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 	struct ch_tc_flower_entry *flower_entry;
ch_tc_flower_entry  791 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 	struct ch_tc_flower_entry *ch_flower;
ch_tc_flower_entry  830 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 	.head_offset = offsetof(struct ch_tc_flower_entry, node),
ch_tc_flower_entry  831 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 	.key_offset = offsetof(struct ch_tc_flower_entry, tc_flower_cookie),
ch_tc_flower_entry  832 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 	.key_len = sizeof(((struct ch_tc_flower_entry *)0)->tc_flower_cookie),