Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ig_hal/
HDe1000_mbx.c74 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_read_mbx() local
80 if (size > mbx->size) in e1000_read_mbx()
81 size = mbx->size; in e1000_read_mbx()
83 if (mbx->ops.read) in e1000_read_mbx()
84 ret_val = mbx->ops.read(hw, msg, size, mbx_id); in e1000_read_mbx()
100 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_write_mbx() local
105 if (size > mbx->size) in e1000_write_mbx()
108 else if (mbx->ops.write) in e1000_write_mbx()
109 ret_val = mbx->ops.write(hw, msg, size, mbx_id); in e1000_write_mbx()
123 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_check_for_msg() local
[all …]
HDe1000_vf.c151 hw->mbx.ops.init_params = e1000_init_mbx_params_vf; in e1000_init_function_pointers_vf()
260 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_reset_hw_vf() local
273 while (!mbx->ops.check_for_rst(hw, 0) && timeout) { in e1000_reset_hw_vf()
280 mbx->timeout = E1000_VF_MBX_INIT_TIMEOUT; in e1000_reset_hw_vf()
283 mbx->ops.write_posted(hw, msgbuf, 1, 0); in e1000_reset_hw_vf()
288 ret_val = mbx->ops.read_posted(hw, msgbuf, 3, 0); in e1000_reset_hw_vf()
326 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_rar_set_vf() local
334 ret_val = mbx->ops.write_posted(hw, msgbuf, 3, 0); in e1000_rar_set_vf()
337 ret_val = mbx->ops.read_posted(hw, msgbuf, 3, 0); in e1000_rar_set_vf()
383 struct e1000_mbx_info *mbx = &hw->mbx; in e1000_write_msg_read_ack() local
[all …]
HDe1000_vf.h269 struct e1000_mbx_info mbx; member
HDe1000_api.c126 if (hw->mbx.ops.init_params) { in e1000_init_mbx_params()
127 ret_val = hw->mbx.ops.init_params(hw); in e1000_init_mbx_params()
HDe1000_hw.h1030 struct e1000_mbx_info mbx; member
HDe1000_82575.c540 hw->mbx.ops.init_params = e1000_init_mbx_params_pf; in e1000_init_function_pointers_82575()
/dragonfly/sys/dev/netif/ix/
HDixgbe_mbx.c49 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_read_mbx() local
55 if (size > mbx->size) in ixgbe_read_mbx()
56 size = mbx->size; in ixgbe_read_mbx()
58 if (mbx->ops.read) in ixgbe_read_mbx()
59 ret_val = mbx->ops.read(hw, msg, size, mbx_id); in ixgbe_read_mbx()
75 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_write_mbx() local
80 if (size > mbx->size) { in ixgbe_write_mbx()
84 } else if (mbx->ops.write) in ixgbe_write_mbx()
85 ret_val = mbx->ops.write(hw, msg, size, mbx_id); in ixgbe_write_mbx()
99 struct ixgbe_mbx_info *mbx = &hw->mbx; in ixgbe_check_for_msg() local
[all …]
HDixgbe_x540.c148 hw->mbx.ops.init_params = ixgbe_init_mbx_params_pf; in ixgbe_init_ops_X540()
HDixgbe_82599.c388 hw->mbx.ops.init_params = ixgbe_init_mbx_params_pf; in ixgbe_init_ops_82599()
HDif_ix.c535 if (hw->mbx.ops.init_params) in ix_attach()
536 hw->mbx.ops.init_params(hw); in ix_attach()
HDixgbe_type.h4155 struct ixgbe_mbx_info mbx; member
/dragonfly/sys/dev/netif/oce/
HDoce_mbox.c55 struct oce_mbx *mbx; in oce_reset_fun() local
62 mbx = &mb->mbx; in oce_reset_fun()
63 bzero(mbx, sizeof(struct oce_mbx)); in oce_reset_fun()
65 fwcmd = (struct ioctl_common_function_reset *)&mbx->payload; in oce_reset_fun()
74 mbx->u0.s.embedded = 1; in oce_reset_fun()
75 mbx->payload_length = in oce_reset_fun()
94 struct oce_bmbx *mbx; in oce_fw_clean() local
98 mbx = OCE_DMAPTR(&sc->bsmbx, struct oce_bmbx); in oce_fw_clean()
99 ptr = (uint8_t *) &mbx->mbx; in oce_fw_clean()
229 struct oce_bmbx *mbx; in oce_mbox_init() local
[all …]
HDoce_queue.c72 *mbx, size_t req_size, enum qtype qtype);
371 struct oce_mbx mbx; in oce_wq_del() local
376 bzero(&mbx, sizeof(struct oce_mbx)); in oce_wq_del()
378 fwcmd = (struct mbx_delete_nic_wq *)&mbx.payload; in oce_wq_del()
380 (void)oce_destroy_q(sc, &mbx, in oce_wq_del()
554 struct oce_mbx mbx; in oce_rq_del() local
558 bzero(&mbx, sizeof(mbx)); in oce_rq_del()
560 fwcmd = (struct mbx_delete_nic_rq *)&mbx.payload; in oce_rq_del()
562 (void)oce_destroy_q(sc, &mbx, in oce_rq_del()
631 struct oce_mbx mbx; in oce_eq_del() local
[all …]
HDoce_if.h658 struct oce_mbx *mbx; member
1042 struct oce_mbx *mbx, struct oce_mbx_ctx *mbxctx);
HDoce_hw.h809 struct oce_mbx mbx; member
/dragonfly/contrib/file/magic/Magdir/
HDmail.news97 0 string *mbx* MBX mail folder
/dragonfly/sys/dev/netif/bnx/
HDif_bnx.c4153 int i, error, mbx; in bnx_dma_alloc() local
4246 mbx = BGE_MBX_RX_CONS0_LO; in bnx_dma_alloc()
4257 ret->bnx_rx_mbx = mbx; in bnx_dma_alloc()
4293 mbx += 8; in bnx_dma_alloc()