Lines Matching refs:cmdlen
4087 int cmdlen = sizeof(uint32_t); /* start with length of msgcode */ in fc_bsg_host_dispatch() local
4091 if (job->request_len < cmdlen) { in fc_bsg_host_dispatch()
4099 cmdlen += sizeof(struct fc_bsg_host_add_rport); in fc_bsg_host_dispatch()
4103 cmdlen += sizeof(struct fc_bsg_host_del_rport); in fc_bsg_host_dispatch()
4107 cmdlen += sizeof(struct fc_bsg_host_els); in fc_bsg_host_dispatch()
4117 cmdlen += sizeof(struct fc_bsg_host_ct); in fc_bsg_host_dispatch()
4127 cmdlen += sizeof(struct fc_bsg_host_vendor); in fc_bsg_host_dispatch()
4180 int cmdlen = sizeof(uint32_t); /* start with length of msgcode */ in fc_bsg_rport_dispatch() local
4184 if (job->request_len < cmdlen) { in fc_bsg_rport_dispatch()
4192 cmdlen += sizeof(struct fc_bsg_rport_els); in fc_bsg_rport_dispatch()
4196 cmdlen += sizeof(struct fc_bsg_rport_ct); in fc_bsg_rport_dispatch()