Searched refs:qede_arfs_tuple (Results 1 – 1 of 1) sorted by relevance
42 struct qede_arfs_tuple { struct60 bool (*ip_comp)(struct qede_arfs_tuple *a, struct qede_arfs_tuple *b); argument63 void (*build_hdr)(struct qede_arfs_tuple *t, void *header); argument66 void (*stringify)(struct qede_arfs_tuple *t, void *buffer); argument83 struct qede_arfs_tuple tuple;1481 static int qede_flow_get_min_header_size(struct qede_arfs_tuple *t) in qede_flow_get_min_header_size()1498 static bool qede_flow_spec_ipv4_cmp(struct qede_arfs_tuple *a, in qede_flow_spec_ipv4_cmp()1499 struct qede_arfs_tuple *b) in qede_flow_spec_ipv4_cmp()1509 static void qede_flow_build_ipv4_hdr(struct qede_arfs_tuple *t, in qede_flow_build_ipv4_hdr()1529 static void qede_flow_stringify_ipv4_hdr(struct qede_arfs_tuple *t, in qede_flow_stringify_ipv4_hdr()[all …]