Searched refs:mbx (Results 1 - 20 of 20) sorted by relevance

/freebsd-9.3-release/sys/dev/e1000/
H A De1000_mbx.c71 struct e1000_mbx_info *mbx = &hw->mbx; local
77 if (size > mbx->size)
78 size = mbx->size;
80 if (mbx->ops.read)
81 ret_val = mbx->ops.read(hw, msg, size, mbx_id);
97 struct e1000_mbx_info *mbx = &hw->mbx; local
102 if (size > mbx->size)
105 else if (mbx
120 struct e1000_mbx_info *mbx = &hw->mbx; local
140 struct e1000_mbx_info *mbx = &hw->mbx; local
160 struct e1000_mbx_info *mbx = &hw->mbx; local
180 struct e1000_mbx_info *mbx = &hw->mbx; local
211 struct e1000_mbx_info *mbx = &hw->mbx; local
245 struct e1000_mbx_info *mbx = &hw->mbx; local
274 struct e1000_mbx_info *mbx = &hw->mbx; local
301 struct e1000_mbx_info *mbx = &hw->mbx; local
521 struct e1000_mbx_info *mbx = &hw->mbx; local
737 struct e1000_mbx_info *mbx = &hw->mbx; local
[all...]
H A De1000_vf.c151 hw->mbx.ops.init_params = e1000_init_mbx_params_vf;
260 struct e1000_mbx_info *mbx = &hw->mbx; local
273 while (!mbx->ops.check_for_rst(hw, 0) && timeout) {
280 mbx->timeout = E1000_VF_MBX_INIT_TIMEOUT;
283 mbx->ops.write_posted(hw, msgbuf, 1, 0);
288 ret_val = mbx->ops.read_posted(hw, msgbuf, 3, 0);
325 struct e1000_mbx_info *mbx = &hw->mbx; local
333 ret_val = mbx
380 struct e1000_mbx_info *mbx = &hw->mbx; local
477 struct e1000_mbx_info *mbx = &hw->mbx; local
530 struct e1000_mbx_info *mbx = &hw->mbx; local
[all...]
H A De1000_vf.h267 struct e1000_mbx_info mbx; member in struct:e1000_hw
H A De1000_api.c126 if (hw->mbx.ops.init_params) {
127 ret_val = hw->mbx.ops.init_params(hw);
133 DEBUGOUT("mbx.init_mbx_params was NULL\n");
H A De1000_hw.h962 struct e1000_mbx_info mbx; member in struct:e1000_hw
H A De1000_82575.c495 hw->mbx.ops.init_params = e1000_init_mbx_params_pf;
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe_mbx.c49 struct ixgbe_mbx_info *mbx = &hw->mbx; local
55 if (size > mbx->size)
56 size = mbx->size;
58 if (mbx->ops.read)
59 ret_val = mbx->ops.read(hw, msg, size, mbx_id);
75 struct ixgbe_mbx_info *mbx = &hw->mbx; local
80 if (size > mbx->size)
83 else if (mbx
98 struct ixgbe_mbx_info *mbx = &hw->mbx; local
118 struct ixgbe_mbx_info *mbx = &hw->mbx; local
138 struct ixgbe_mbx_info *mbx = &hw->mbx; local
158 struct ixgbe_mbx_info *mbx = &hw->mbx; local
186 struct ixgbe_mbx_info *mbx = &hw->mbx; local
217 struct ixgbe_mbx_info *mbx = &hw->mbx; local
247 struct ixgbe_mbx_info *mbx = &hw->mbx; local
274 struct ixgbe_mbx_info *mbx = &hw->mbx; local
494 struct ixgbe_mbx_info *mbx = &hw->mbx; local
727 struct ixgbe_mbx_info *mbx = &hw->mbx; local
[all...]
H A Dixgbe_vf.c87 hw->mbx.ops.init_params = ixgbe_init_mbx_params_vf;
134 struct ixgbe_mbx_info *mbx = &hw->mbx; local
155 while (!mbx->ops.check_for_rst(hw, 0) && timeout) {
164 mbx->timeout = IXGBE_VF_MBX_INIT_TIMEOUT;
167 mbx->ops.write_posted(hw, msgbuf, 1, 0);
176 ret_val = mbx->ops.read_posted(hw, msgbuf,
278 struct ixgbe_mbx_info *mbx = &hw->mbx; local
280 s32 retval = mbx
297 struct ixgbe_mbx_info *mbx = &hw->mbx; local
334 struct ixgbe_mbx_info *mbx = &hw->mbx; local
378 struct ixgbe_mbx_info *mbx = &hw->mbx; local
438 struct ixgbe_mbx_info *mbx = &hw->mbx; local
496 struct ixgbe_mbx_info *mbx = &hw->mbx; local
[all...]
H A Dixgbe_x540.c135 hw->mbx.ops.init_params = ixgbe_init_mbx_params_pf;
H A Dixgbe_82599.c318 hw->mbx.ops.init_params = ixgbe_init_mbx_params_pf;
H A Dixgbe_type.h3240 struct ixgbe_mbx_info mbx; member in struct:ixgbe_hw
/freebsd-9.3-release/sys/dev/oce/
H A Doce_mbox.c52 struct oce_mbx *mbx; local
59 mbx = &mb->mbx;
60 bzero(mbx, sizeof(struct oce_mbx));
62 fwcmd = (struct ioctl_common_function_reset *)&mbx->payload;
71 mbx->u0.s.embedded = 1;
72 mbx->payload_length =
91 struct oce_bmbx *mbx; local
95 mbx = OCE_DMAPTR(&sc->bsmbx, struct oce_bmbx);
96 ptr = (uint8_t *) &mbx
226 struct oce_bmbx *mbx; local
259 struct oce_mbx mbx; local
304 struct oce_mbx *mbx; local
338 oce_mbox_post(POCE_SOFTC sc, struct oce_mbx *mbx, struct oce_mbx_ctx *mbxctx) argument
410 struct oce_mbx mbx; local
463 struct oce_mbx mbx; local
533 struct oce_mbx mbx; local
591 struct oce_mbx mbx; local
638 struct oce_mbx mbx; local
697 struct oce_mbx mbx; local
786 struct oce_mbx mbx; local
888 struct oce_mbx mbx; local
932 struct oce_mbx mbx; local
976 struct oce_mbx mbx; local
1032 struct oce_mbx mbx; local
1083 struct oce_mbx mbx; local
1137 struct oce_mbx mbx; local
1191 struct oce_mbx mbx; local
1238 struct oce_mbx mbx; local
1263 struct oce_mbx mbx; local
1302 struct oce_mbx mbx; local
1339 struct oce_mbx mbx; local
1385 struct oce_mbx mbx; local
1428 struct oce_mbx mbx; local
1471 struct oce_mbx mbx; local
1520 struct oce_mbx mbx; local
1568 struct oce_mbx mbx; local
1616 struct oce_mbx mbx; local
1672 struct oce_mbx mbx; local
1729 struct oce_mbx mbx; local
1790 struct oce_mbx mbx; local
1838 struct oce_mbx mbx; local
1918 struct oce_mbx mbx; local
1985 struct oce_mbx mbx; local
2030 struct oce_mbx mbx; local
2129 struct oce_mbx mbx; local
[all...]
H A Doce_queue.c69 *mbx, size_t req_size, enum qtype qtype);
367 struct oce_mbx mbx; local
372 bzero(&mbx, sizeof(struct oce_mbx));
374 fwcmd = (struct mbx_delete_nic_wq *)&mbx.payload;
376 (void)oce_destroy_q(sc, &mbx,
549 struct oce_mbx mbx; local
553 bzero(&mbx, sizeof(mbx));
555 fwcmd = (struct mbx_delete_nic_rq *)&mbx.payload;
557 (void)oce_destroy_q(sc, &mbx,
626 struct oce_mbx mbx; local
660 struct oce_mbx mbx; local
771 struct oce_mbx mbx; local
812 oce_destroy_q(POCE_SOFTC sc, struct oce_mbx *mbx, size_t req_size, enum qtype qtype) argument
925 struct oce_mbx mbx; local
1172 struct oce_mbx mbx; local
[all...]
H A Doce_if.h656 struct oce_mbx *mbx; member in struct:oce_mbx_ctx
1035 struct oce_mbx *mbx, struct oce_mbx_ctx *mbxctx);
H A Doce_hw.h200 /* max SGE per mbx */
833 struct oce_mbx mbx; member in struct:oce_bmbx
/freebsd-9.3-release/sys/dev/scd/
H A Dscd.c76 #define SCDMBXBSY 0x0200 /* local mbx is busy */
317 sc->data.mbx.retry = 3;
318 sc->data.mbx.bp = bp;
321 scd_doread(sc, SCD_S_BEGIN, &(sc->data.mbx));
689 struct scd_mbx *mbx = (state!=SCD_S_BEGIN) ? sc->ch_mbxsave : mbxin; local
690 struct bio *bp = mbx->bp;
699 mbx = sc->ch_mbxsave = mbxin;
703 mbx->count = RDELAY_WAIT;
711 if (mbx->count-- <= 0) {
731 mbx
[all...]
H A Dscdvar.h32 struct scd_mbx mbx; member in struct:scd_data
/freebsd-9.3-release/sys/dev/mcd/
H A Dmcd.c88 #define MCDMBXBSY 0x0100 /* local mbx is busy */
360 sc->data.mbx.retry = MCD_RETRYS;
361 sc->data.mbx.bp = bp;
363 mcd_doread(sc, MCD_S_BEGIN,&(sc->data.mbx));
778 struct mcd_mbx *mbx; local
785 mbx = (state!=MCD_S_BEGIN) ? sc->ch_mbxsave : mbxin;
786 bp = mbx->bp;
791 mbx = sc->ch_mbxsave = mbxin;
797 mbx->count = RDELAY_WAITSTAT;
804 if (mbx
[all...]
H A Dmcdvar.h33 struct mcd_mbx mbx; member in struct:mcd_data
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_kern.c531 struct kse_mailbox *mbx; local
539 mbx = &kse->k_kcb->kcb_kmbx;
547 kse_wakeup(mbx);

Completed in 289 milliseconds