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

/freebsd-10.2-release/sys/dev/mrsas/
H A Dmrsas.c3171 struct mrsas_header *frame_hdr = &cmd->frame->hdr; local
3175 frame_hdr->cmd_status = 0xFF;
3176 frame_hdr->flags |= MFI_FRAME_DONT_POST_IN_REPLY_QUEUE;
3188 if (frame_hdr->cmd_status == 0xFF) {
3190 if (frame_hdr->cmd_status == 0xFF)
3196 if (frame_hdr->cmd_status != 0) {
3197 if (frame_hdr->cmd_status == 0xFF)
3200 device_printf(sc->mrsas_dev, "DCMD failed, status = 0x%x\n", frame_hdr->cmd_status);
3273 struct mrsas_header *frame_hdr = &mfi_cmd->frame->hdr; local
3290 if (frame_hdr
[all...]
/freebsd-10.2-release/sys/dev/qlxgb/
H A Dqla_hw.h797 uint8_t frame_hdr[QL_FRAME_HDR_SIZE]; member in struct:_qla_hw
H A Dqla_hw.c958 src = ha->hw.frame_hdr;
/freebsd-10.2-release/sys/dev/qlxgbe/
H A Dql_hw.h1462 uint8_t frame_hdr[QL_FRAME_HDR_SIZE]; member in struct:_qla_hw_tx_cntxt
H A Dql_hw.c1817 uint8_t frame_hdr[QL_FRAME_HDR_SIZE]; local
1841 src = frame_hdr;

Completed in 181 milliseconds