Lines Matching defs:hdr
56 struct s3fwrn5_fw_header hdr;
59 hdr.type = type | fw_info->parity;
61 hdr.code = code;
62 hdr.len = len;
68 skb_put_data(skb, &hdr, S3FWRN5_FW_HDR_SIZE);
81 struct s3fwrn5_fw_header *hdr;
96 hdr = (struct s3fwrn5_fw_header *) rsp->data;
97 if (hdr->code != S3FWRN5_FW_RET_SUCCESS) {
115 struct s3fwrn5_fw_header *hdr;
133 hdr = (struct s3fwrn5_fw_header *) rsp->data;
134 if (hdr->code != S3FWRN5_FW_RET_SUCCESS) {
153 hdr = (struct s3fwrn5_fw_header *) rsp->data;
154 if (hdr->code != S3FWRN5_FW_RET_SUCCESS) {
173 hdr = (struct s3fwrn5_fw_header *) rsp->data;
174 if (hdr->code != S3FWRN5_FW_RET_SUCCESS)
187 struct s3fwrn5_fw_header *hdr;
204 hdr = (struct s3fwrn5_fw_header *) rsp->data;
205 if (hdr->code != S3FWRN5_FW_RET_SUCCESS) {
225 hdr = (struct s3fwrn5_fw_header *) rsp->data;
226 if (hdr->code != S3FWRN5_FW_RET_SUCCESS) {
244 struct s3fwrn5_fw_header *hdr;
259 hdr = (struct s3fwrn5_fw_header *) rsp->data;
260 if (hdr->code != S3FWRN5_FW_RET_SUCCESS)