Lines Matching refs:len16
372 size_t len16; in t4vf_query_params() local
381 len16 = DIV_ROUND_UP(offsetof(struct fw_params_cmd, in t4vf_query_params()
383 cmd.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_query_params()
410 size_t len16; in t4vf_set_params() local
419 len16 = DIV_ROUND_UP(offsetof(struct fw_params_cmd, in t4vf_set_params()
421 cmd.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_set_params()
1204 size_t len16 = DIV_ROUND_UP(offsetof(struct fw_vi_mac_cmd, in t4vf_alloc_mac_filt() local
1217 FW_CMD_LEN16_V(len16)); in t4vf_alloc_mac_filt()
1285 size_t len16 = DIV_ROUND_UP(offsetof(struct fw_vi_mac_cmd, in t4vf_change_mac() local
1301 cmd.freemacs_to_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_change_mac()
1330 size_t len16 = DIV_ROUND_UP(offsetof(struct fw_vi_mac_cmd, in t4vf_set_addr_hash() local
1340 FW_CMD_LEN16_V(len16)); in t4vf_set_addr_hash()
1372 size_t len16 = DIV_ROUND_UP(len, 16); in t4vf_get_port_stats() local
1380 cmd.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_get_port_stats()