Searched refs:flow_cnt (Results 1 – 4 of 4) sorted by relevance
/drivers/dma/ti/ |
D | k3-psil-am64.c | 32 #define PSIL_ETHERNET(x, ch, flow_base, flow_cnt) \ argument 42 .flow_num = flow_cnt, \ 47 #define PSIL_SAUL(x, ch, flow_base, flow_cnt, default_flow, tx) \ argument 57 .flow_num = flow_cnt, \
|
D | k3-psil-am62.c | 21 #define PSIL_ETHERNET(x, ch, flow_base, flow_cnt) \ argument 31 .flow_num = flow_cnt, \ 36 #define PSIL_SAUL(x, ch, flow_base, flow_cnt, default_flow, tx) \ argument 46 .flow_num = flow_cnt, \
|
D | k3-psil-am62a.c | 31 #define PSIL_ETHERNET(x, ch, flow_base, flow_cnt) \ argument 41 .flow_num = flow_cnt, \ 46 #define PSIL_SAUL(x, ch, flow_base, flow_cnt, default_flow, tx) \ argument 56 .flow_num = flow_cnt, \
|
/drivers/net/ethernet/netronome/nfp/flower/ |
D | cmsg.c | 214 int err, i, flow_cnt; in nfp_flower_cmsg_merge_hint_rx() local 218 flow_cnt = msg->count + 1; in nfp_flower_cmsg_merge_hint_rx() 220 if (msg_len < struct_size(msg, flow, flow_cnt)) { in nfp_flower_cmsg_merge_hint_rx() 222 msg_len, struct_size(msg, flow, flow_cnt)); in nfp_flower_cmsg_merge_hint_rx() 226 if (flow_cnt != 2) { in nfp_flower_cmsg_merge_hint_rx() 228 flow_cnt); in nfp_flower_cmsg_merge_hint_rx() 234 for (i = 0; i < flow_cnt; i++) { in nfp_flower_cmsg_merge_hint_rx()
|