Lines Matching refs:MAILBOX_t
83 MAILBOX_t *mb;
3467 memcpy(pmb_buf, pmb, sizeof(MAILBOX_t));
3515 MAILBOX_t *mb, struct lpfc_vport *vport)
3664 memcpy(pmb_buf, pmb, sizeof(MAILBOX_t));
3672 lpfc_sli_pcimem_bcopy(&pmbx[sizeof(MAILBOX_t)],
3673 &pmbx[sizeof(MAILBOX_t)],
3808 sizeof(MAILBOX_t));
3812 sizeof(MAILBOX_t));
3846 sizeof(MAILBOX_t));
3850 sizeof(MAILBOX_t));
3909 MAILBOX_t *pmb;
4035 dd_data->context_un.mbox.mb = (MAILBOX_t *)pmbx;
4048 lpfc_sli_pcimem_bcopy(&pmbx[sizeof(MAILBOX_t)],
4049 &pmbx[sizeof(MAILBOX_t)],
4096 MAILBOX_t *pmb;
4206 dd_data->context_un.mbox.mb = (MAILBOX_t *)mbx;
4478 MAILBOX_t *pmb;
4553 dd_data->context_un.mbox.mb = (MAILBOX_t *)pbuf;
4727 MAILBOX_t *pmb; /* shortcut to the pmboxq mailbox */
4794 rc = lpfc_bsg_check_cmd_access(phba, (MAILBOX_t *)pmbx, vport);
4835 ext = from + sizeof(MAILBOX_t);
4855 (transmit_length > BSG_MBOX_SIZE - sizeof(MAILBOX_t))) {
4860 putPaddrHigh(dmabuf->phys + sizeof(MAILBOX_t));
4862 putPaddrLow(dmabuf->phys + sizeof(MAILBOX_t));
4865 putPaddrHigh(dmabuf->phys + sizeof(MAILBOX_t)
4868 putPaddrLow(dmabuf->phys + sizeof(MAILBOX_t)
4878 if (receive_length > BSG_MBOX_SIZE - sizeof(MAILBOX_t)) {
4886 + sizeof(MAILBOX_t));
4888 + sizeof(MAILBOX_t));
4909 + sizeof(MAILBOX_t));
4911 + sizeof(MAILBOX_t));
4918 BSG_MBOX_SIZE - sizeof(MAILBOX_t)) {
4923 + sizeof(MAILBOX_t));
4925 + sizeof(MAILBOX_t));
4943 BSG_MBOX_SIZE - sizeof(MAILBOX_t))) {
4950 + sizeof(MAILBOX_t));
4953 + sizeof(MAILBOX_t));
4968 dd_data->context_un.mbox.mb = (MAILBOX_t *)pmbx;