Searched refs:frame_hdr (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/dev/mrsas/
H A Dmrsas.c2702 struct mrsas_header *frame_hdr = &cmd->frame->hdr; local
2706 frame_hdr->cmd_status = 0xFF;
2707 frame_hdr->flags |= MFI_FRAME_DONT_POST_IN_REPLY_QUEUE;
2720 if (frame_hdr->cmd_status == 0xFF) {
2722 if (frame_hdr->cmd_status == 0xFF)
2728 if (frame_hdr->cmd_status != 0)
2730 if (frame_hdr->cmd_status == 0xFF)
2733 device_printf(sc->mrsas_dev, "DCMD failed, status = 0x%x\n", frame_hdr->cmd_status);
2811 struct mrsas_header *frame_hdr = &mfi_cmd->frame->hdr; local
2828 if (frame_hdr
[all...]
/freebsd-9.3-release/sys/dev/qlxgbe/
H A Dql_hw.c1566 uint8_t frame_hdr[QL_FRAME_HDR_SIZE]; local
1590 src = frame_hdr;
H A Dql_hw.h1408 uint8_t frame_hdr[QL_FRAME_HDR_SIZE]; member in struct:_qla_hw_tx_cntxt

Completed in 120 milliseconds