Lines Matching refs:len16
628 size_t len16; in t4vf_query_params() local
637 len16 = DIV_ROUND_UP(offsetof(struct fw_params_cmd, in t4vf_query_params()
639 cmd.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_query_params()
666 size_t len16; in t4vf_set_params() local
675 len16 = DIV_ROUND_UP(offsetof(struct fw_params_cmd, in t4vf_set_params()
677 cmd.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_set_params()
1544 size_t len16 = DIV_ROUND_UP(offsetof(struct fw_vi_mac_cmd, in t4vf_alloc_mac_filt() local
1557 FW_CMD_LEN16_V(len16)); in t4vf_alloc_mac_filt()
1628 size_t len16 = DIV_ROUND_UP(offsetof(struct fw_vi_mac_cmd, in t4vf_free_mac_filt() local
1641 FW_CMD_LEN16_V(len16)); in t4vf_free_mac_filt()
1696 size_t len16 = DIV_ROUND_UP(offsetof(struct fw_vi_mac_cmd, in t4vf_change_mac() local
1712 cmd.freemacs_to_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_change_mac()
1741 size_t len16 = DIV_ROUND_UP(offsetof(struct fw_vi_mac_cmd, in t4vf_set_addr_hash() local
1751 FW_CMD_LEN16_V(len16)); in t4vf_set_addr_hash()
1783 size_t len16 = DIV_ROUND_UP(len, 16); in t4vf_get_port_stats() local
1791 cmd.retval_len16 = cpu_to_be32(FW_CMD_LEN16_V(len16)); in t4vf_get_port_stats()