Lines Matching refs:cmdlen
3596 int cmdlen = sizeof(uint32_t); /* start with length of msgcode */ in fc_bsg_host_dispatch() local
3600 if (job->request_len < cmdlen) { in fc_bsg_host_dispatch()
3608 cmdlen += sizeof(struct fc_bsg_host_add_rport); in fc_bsg_host_dispatch()
3612 cmdlen += sizeof(struct fc_bsg_host_del_rport); in fc_bsg_host_dispatch()
3616 cmdlen += sizeof(struct fc_bsg_host_els); in fc_bsg_host_dispatch()
3626 cmdlen += sizeof(struct fc_bsg_host_ct); in fc_bsg_host_dispatch()
3636 cmdlen += sizeof(struct fc_bsg_host_vendor); in fc_bsg_host_dispatch()
3689 int cmdlen = sizeof(uint32_t); /* start with length of msgcode */ in fc_bsg_rport_dispatch() local
3693 if (job->request_len < cmdlen) { in fc_bsg_rport_dispatch()
3701 cmdlen += sizeof(struct fc_bsg_rport_els); in fc_bsg_rport_dispatch()
3705 cmdlen += sizeof(struct fc_bsg_rport_ct); in fc_bsg_rport_dispatch()