/openbmc/linux/drivers/scsi/be2iscsi/ |
H A D | be.h | 46 static inline void index_inc(u16 *index, u16 limit) in index_inc() function 68 index_inc(&q->head, q->len); in queue_head_inc() 73 index_inc(&q->tail, q->len); in queue_tail_inc()
|
/openbmc/linux/net/sched/ |
H A D | act_gact.c | 240 u32 *index_inc, bool bind, in tcf_gact_offload_act_setup() argument 268 *index_inc = 1; in tcf_gact_offload_act_setup()
|
H A D | act_sample.c | 285 u32 *index_inc, bool bind, in tcf_sample_offload_act_setup() argument 296 *index_inc = 1; in tcf_sample_offload_act_setup()
|
H A D | act_vlan.c | 356 u32 *index_inc, bool bind, in tcf_vlan_offload_act_setup() argument 389 *index_inc = 1; in tcf_vlan_offload_act_setup()
|
H A D | act_mpls.c | 386 u32 *index_inc, bool bind, in tcf_mpls_offload_act_setup() argument 422 *index_inc = 1; in tcf_mpls_offload_act_setup()
|
H A D | act_mirred.c | 462 u32 *index_inc, bool bind, in tcf_mirred_offload_act_setup() argument 484 *index_inc = 1; in tcf_mirred_offload_act_setup()
|
H A D | act_skbedit.c | 369 u32 *index_inc, bool bind, in tcf_skbedit_offload_act_setup() argument 397 *index_inc = 1; in tcf_skbedit_offload_act_setup()
|
H A D | act_police.c | 439 u32 *index_inc, bool bind, in tcf_police_offload_act_setup() argument 479 *index_inc = 1; in tcf_police_offload_act_setup()
|
H A D | act_pedit.c | 556 u32 *index_inc, bool bind, in tcf_pedit_offload_act_setup() argument 582 *index_inc = k; in tcf_pedit_offload_act_setup()
|
H A D | act_csum.c | 682 u32 *index_inc, bool bind, in tcf_csum_offload_act_setup() argument 690 *index_inc = 1; in tcf_csum_offload_act_setup()
|
H A D | act_gate.c | 608 u32 *index_inc, bool bind, in tcf_gate_offload_act_setup() argument 625 *index_inc = 1; in tcf_gate_offload_act_setup()
|
H A D | act_tunnel_key.c | 799 u32 *index_inc, in tcf_tunnel_key_offload_act_setup() argument 819 *index_inc = 1; in tcf_tunnel_key_offload_act_setup()
|
H A D | act_ct.c | 1570 u32 *index_inc, bool bind, in tcf_ct_offload_act_setup() argument 1583 *index_inc = 1; in tcf_ct_offload_act_setup()
|
H A D | cls_api.c | 3730 u32 *index_inc, in tc_setup_offload_act() argument 3735 return act->ops->offload_act_setup(act, entry, index_inc, true, in tc_setup_offload_act()
|
/openbmc/linux/drivers/net/ethernet/emulex/benet/ |
H A D | be.h | 145 static inline void index_inc(u32 *index, u32 limit) in index_inc() function 167 index_inc(&q->head, q->len); in queue_head_inc() 177 index_inc(&q->tail, q->len); in queue_tail_inc()
|
/openbmc/linux/include/net/ |
H A D | act_api.h | 134 u32 *index_inc, bool bind,
|