Searched refs:qede_arfs_tuple (Results 1 – 1 of 1) sorted by relevance
17 struct qede_arfs_tuple { struct35 bool (*ip_comp)(struct qede_arfs_tuple *a, struct qede_arfs_tuple *b); argument38 void (*build_hdr)(struct qede_arfs_tuple *t, void *header); argument41 void (*stringify)(struct qede_arfs_tuple *t, void *buffer); argument58 struct qede_arfs_tuple tuple;1399 static int qede_flow_get_min_header_size(struct qede_arfs_tuple *t) in qede_flow_get_min_header_size()1416 static bool qede_flow_spec_ipv4_cmp(struct qede_arfs_tuple *a, in qede_flow_spec_ipv4_cmp()1417 struct qede_arfs_tuple *b) in qede_flow_spec_ipv4_cmp()1427 static void qede_flow_build_ipv4_hdr(struct qede_arfs_tuple *t, in qede_flow_build_ipv4_hdr()1447 static void qede_flow_stringify_ipv4_hdr(struct qede_arfs_tuple *t, in qede_flow_stringify_ipv4_hdr()[all …]