Home
last modified time | relevance | path

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

/drivers/net/ethernet/qlogic/qede/
Dqede_filter.c42 struct qede_arfs_tuple { struct
60 bool (*ip_comp)(struct qede_arfs_tuple *a, struct qede_arfs_tuple *b); argument
63 void (*build_hdr)(struct qede_arfs_tuple *t, void *header); argument
66 void (*stringify)(struct qede_arfs_tuple *t, void *buffer); argument
83 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 …]