Lines Matching refs:MAILBOX_t
83 MAILBOX_t *mb;
3387 memcpy(pmb_buf, pmb, sizeof(MAILBOX_t));
3435 MAILBOX_t *mb, struct lpfc_vport *vport)
3576 memcpy(pmb_buf, pmb, sizeof(MAILBOX_t));
3584 lpfc_sli_pcimem_bcopy(&pmbx[sizeof(MAILBOX_t)],
3585 &pmbx[sizeof(MAILBOX_t)],
3720 sizeof(MAILBOX_t));
3724 sizeof(MAILBOX_t));
3758 sizeof(MAILBOX_t));
3762 sizeof(MAILBOX_t));
3821 MAILBOX_t *pmb;
3947 dd_data->context_un.mbox.mb = (MAILBOX_t *)pmbx;
3960 lpfc_sli_pcimem_bcopy(&pmbx[sizeof(MAILBOX_t)],
3961 &pmbx[sizeof(MAILBOX_t)],
4009 MAILBOX_t *pmb;
4119 dd_data->context_un.mbox.mb = (MAILBOX_t *)mbx;
4392 MAILBOX_t *pmb;
4467 dd_data->context_un.mbox.mb = (MAILBOX_t *)pbuf;
4641 MAILBOX_t *pmb; /* shortcut to the pmboxq mailbox */
4708 rc = lpfc_bsg_check_cmd_access(phba, (MAILBOX_t *)pmbx, vport);
4749 ext = from + sizeof(MAILBOX_t);
4769 (transmit_length > BSG_MBOX_SIZE - sizeof(MAILBOX_t))) {
4774 putPaddrHigh(dmabuf->phys + sizeof(MAILBOX_t));
4776 putPaddrLow(dmabuf->phys + sizeof(MAILBOX_t));
4779 putPaddrHigh(dmabuf->phys + sizeof(MAILBOX_t)
4782 putPaddrLow(dmabuf->phys + sizeof(MAILBOX_t)
4792 if (receive_length > BSG_MBOX_SIZE - sizeof(MAILBOX_t)) {
4800 + sizeof(MAILBOX_t));
4802 + sizeof(MAILBOX_t));
4823 + sizeof(MAILBOX_t));
4825 + sizeof(MAILBOX_t));
4832 BSG_MBOX_SIZE - sizeof(MAILBOX_t)) {
4837 + sizeof(MAILBOX_t));
4839 + sizeof(MAILBOX_t));
4857 BSG_MBOX_SIZE - sizeof(MAILBOX_t))) {
4864 + sizeof(MAILBOX_t));
4867 + sizeof(MAILBOX_t));
4882 dd_data->context_un.mbox.mb = (MAILBOX_t *)pmbx;