Home
last modified time | relevance | path

Searched defs:mod (Results 1 – 9 of 9) sorted by relevance

/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_mgmt.c105 u64 *header, int msg_len, enum hinic_mod_type mod, in prepare_header()
272 enum hinic_mod_type mod, u8 cmd, in send_msg_to_mgmt_async()
310 enum hinic_mod_type mod, u8 cmd, in send_msg_to_mgmt_sync()
409 enum hinic_mod_type mod, u8 cmd, void *buf_in, u16 in_size, in hinic_pf_to_mgmt_sync()
482 int hinic_msg_to_mgmt_sync(void *hwdev, enum hinic_mod_type mod, u8 cmd, in hinic_msg_to_mgmt_sync()
502 int hinic_msg_to_mgmt_no_ack(void *hwdev, enum hinic_mod_type mod, u8 cmd, in hinic_msg_to_mgmt_no_ack()
H A Dhinic_pmd_cmdq.c280 enum hinic_mod_type mod, u8 cmd, u16 prod_idx, in cmdq_prepare_wqe_ctrl()
334 enum hinic_mod_type mod, u8 cmd, u16 prod_idx) in cmdq_set_lcmd_wqe()
773 enum hinic_mod_type mod, u8 cmd, in cmdq_sync_cmd_direct_resp()
847 enum hinic_mod_type mod, u8 cmd, in hinic_cmdq_direct_resp()
H A Dhinic_pmd_mbox.h37 enum hinic_mod_type mod; member
H A Dhinic_pmd_mgmt.h68 enum hinic_mod_type mod; member
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_verbs.c44 struct ibv_wq_attr mod; in mlx5_rxq_obj_modify_wq_vlan_strip() local
68 struct ibv_wq_attr mod = { in mlx5_ibv_modify_wq() local
93 struct ibv_qp_attr mod = { in mlx5_ibv_modify_qp() local
/dpdk/kernel/freebsd/contigmem/
H A Dcontigmem.c77 contigmem_modevent(module_t mod,int type,void * arg) contigmem_modevent() argument
/dpdk/kernel/freebsd/nic_uio/
H A Dnic_uio.c337 nic_uio_modevent(module_t mod, int type, void *arg) in nic_uio_modevent()
/dpdk/lib/bpf/
H A Dbpf_jit_x86.c197 emit_modregrm(struct bpf_jit_state *st, uint32_t mod, uint32_t reg, uint32_t rm) in emit_modregrm()
355 uint8_t mod, opcode; in emit_alu_imm() local
412 uint8_t mod; in emit_shift() local
/dpdk/lib/eal/common/
H A Deal_common_fbarray.c27 #define MASK_GET_IDX(idx, mod) ((idx << MASK_SHIFT) + mod) argument