Home
last modified time | relevance | path

Searched refs:frame_hdr (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/mrsas/
H A Dmrsas.c3806 struct mrsas_header *frame_hdr = &cmd->frame->hdr; in mrsas_issue_polled() local
3810 frame_hdr->cmd_status = 0xFF; in mrsas_issue_polled()
3811 frame_hdr->flags |= htole16(MFI_FRAME_DONT_POST_IN_REPLY_QUEUE); in mrsas_issue_polled()
3823 if (frame_hdr->cmd_status == 0xFF) { in mrsas_issue_polled()
3825 if (frame_hdr->cmd_status == 0xFF) in mrsas_issue_polled()
3831 if (frame_hdr->cmd_status == 0xFF) { in mrsas_issue_polled()
3908 struct mrsas_header *frame_hdr = &mfi_cmd->frame->hdr; in mrsas_build_mptmfi_passthru() local
3925 if (frame_hdr->flags & htole16(MFI_FRAME_DONT_POST_IN_REPLY_QUEUE)) in mrsas_build_mptmfi_passthru()
/freebsd/sys/dev/qlxgb/
H A Dqla_hw.h791 uint8_t frame_hdr[QL_FRAME_HDR_SIZE]; member
H A Dqla_hw.c949 src = ha->hw.frame_hdr; in qla_hw_send()
/freebsd/sys/dev/qlxgbe/
H A Dql_hw.c2480 uint8_t frame_hdr[QL_FRAME_HDR_SIZE]; in ql_hw_send() local
2503 src = frame_hdr; in ql_hw_send()