Searched defs:mod (Results 1 – 9 of 9) sorted by relevance
/dpdk/drivers/net/hinic/base/ |
H A D | hinic_pmd_mgmt.c | 105 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 D | hinic_pmd_cmdq.c | 280 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 D | hinic_pmd_mbox.h | 37 enum hinic_mod_type mod; member
|
H A D | hinic_pmd_mgmt.h | 68 enum hinic_mod_type mod; member
|
/dpdk/drivers/net/mlx5/linux/ |
H A D | mlx5_verbs.c | 44 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 D | contigmem.c | 77 contigmem_modevent(module_t mod,int type,void * arg) contigmem_modevent() argument
|
/dpdk/kernel/freebsd/nic_uio/ |
H A D | nic_uio.c | 337 nic_uio_modevent(module_t mod, int type, void *arg) in nic_uio_modevent()
|
/dpdk/lib/bpf/ |
H A D | bpf_jit_x86.c | 197 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 D | eal_common_fbarray.c | 27 #define MASK_GET_IDX(idx, mod) ((idx << MASK_SHIFT) + mod) argument
|